Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_ARTICPARAMS
[−]#[repr(C)]pub struct DMUS_ARTICPARAMS {
pub LFO: DMUS_LFOPARAMS,
pub VolEG: DMUS_VEGPARAMS,
pub PitchEG: DMUS_PEGPARAMS,
pub Misc: DMUS_MSCPARAMS,
}
Expand description
Required features: ‘Win32_Media_Audio_DirectMusic’
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
impl Copy for DMUS_ARTICPARAMS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more