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