Struct ym_file_parser::effects::SidVoice
source · pub struct SidVoice { /* private fields */ }
Expand description
The SID voice
effect modulates the channel’s volume alternating between 0 and some set up value.
Implementations§
Trait Implementations§
impl Copy for SidVoice
Auto Trait Implementations§
impl RefUnwindSafe for SidVoice
impl Send for SidVoice
impl Sync for SidVoice
impl Unpin for SidVoice
impl UnwindSafe for SidVoice
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