Struct DMUS_ARTICPARAMS
#[repr(C)]pub struct DMUS_ARTICPARAMS {
pub LFO: DMUS_LFOPARAMS,
pub VolEG: DMUS_VEGPARAMS,
pub PitchEG: DMUS_PEGPARAMS,
pub Misc: DMUS_MSCPARAMS,
}
Fields§
§LFO: DMUS_LFOPARAMS
§VolEG: DMUS_VEGPARAMS
§PitchEG: DMUS_PEGPARAMS
§Misc: DMUS_MSCPARAMS
Trait Implementations§
§impl Clone for DMUS_ARTICPARAMS
impl Clone for DMUS_ARTICPARAMS
§fn clone(&self) -> DMUS_ARTICPARAMS
fn clone(&self) -> DMUS_ARTICPARAMS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DMUS_ARTICPARAMS
impl Debug for DMUS_ARTICPARAMS
§impl Default for DMUS_ARTICPARAMS
impl Default for DMUS_ARTICPARAMS
§impl PartialEq for DMUS_ARTICPARAMS
impl PartialEq for DMUS_ARTICPARAMS
impl Copy for DMUS_ARTICPARAMS
impl StructuralPartialEq for DMUS_ARTICPARAMS
Auto Trait Implementations§
impl Freeze for DMUS_ARTICPARAMS
impl RefUnwindSafe for DMUS_ARTICPARAMS
impl Send for DMUS_ARTICPARAMS
impl Sync for DMUS_ARTICPARAMS
impl Unpin for DMUS_ARTICPARAMS
impl UnwindSafe for DMUS_ARTICPARAMS
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