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