Struct ym_file_parser::effects::SinusSid
source · pub struct SinusSid { /* private fields */ }
Expand description
The Sinus SID
effect modulates the channel’s volume, by applying the scaled sinusoid shape with
the period of 8 samples, with the set up amplitude.
Implementations§
Trait Implementations§
impl Copy for SinusSid
Auto Trait Implementations§
impl RefUnwindSafe for SinusSid
impl Send for SinusSid
impl Sync for SinusSid
impl Unpin for SinusSid
impl UnwindSafe for SinusSid
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