pub struct LFO {
pub shape: LfoShape,
pub dest: u8,
pub trigger_mode: LfoTriggerMode,
pub freq: u8,
pub amount: u8,
pub retrigger: u8,
}
Fields§
§shape: LfoShape
§dest: u8
§trigger_mode: LfoTriggerMode
§freq: u8
§amount: u8
§retrigger: u8
Implementations§
Trait Implementations§
Source§impl DescribableWithDictionary for LFO
impl DescribableWithDictionary for LFO
fn describe_with_dic<PG: ParameterGatherer>( &self, pg: PG, dests: &[&'static str], _ver: Version, ) -> PG
impl StructuralPartialEq for LFO
Auto Trait Implementations§
impl Freeze for LFO
impl RefUnwindSafe for LFO
impl Send for LFO
impl Sync for LFO
impl Unpin for LFO
impl UnwindSafe for LFO
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