Struct ym_file_parser::effects::SyncBuzzer
source · pub struct SyncBuzzer { /* private fields */ }
Expand description
The Sync Buzzer
effect writes periodically into the AY/YM register 13 a set up shape value,
which resets the chipset’s internal volume envelope control timer.
Implementations§
Trait Implementations§
source§impl Clone for SyncBuzzer
impl Clone for SyncBuzzer
source§fn clone(&self) -> SyncBuzzer
fn clone(&self) -> SyncBuzzer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SyncBuzzer
impl Debug for SyncBuzzer
source§impl Default for SyncBuzzer
impl Default for SyncBuzzer
source§fn default() -> SyncBuzzer
fn default() -> SyncBuzzer
Returns the “default value” for a type. Read more
impl Copy for SyncBuzzer
Auto Trait Implementations§
impl RefUnwindSafe for SyncBuzzer
impl Send for SyncBuzzer
impl Sync for SyncBuzzer
impl Unpin for SyncBuzzer
impl UnwindSafe for SyncBuzzer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more