Struct ym_file_parser::effects::DigiDrum
source · pub struct DigiDrum { /* private fields */ }
Expand description
The DIGI-DRUM
effect modulates the channel’s volume level, by applying to it 4-bit sample values.
Implementations§
Trait Implementations§
impl Copy for DigiDrum
Auto Trait Implementations§
impl RefUnwindSafe for DigiDrum
impl Send for DigiDrum
impl Sync for DigiDrum
impl Unpin for DigiDrum
impl UnwindSafe for DigiDrum
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