Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_VEGPARAMS
[−]#[repr(C)]pub struct DMUS_VEGPARAMS {
pub tcAttack: i32,
pub tcDecay: i32,
pub ptSustain: i32,
pub tcRelease: i32,
pub tcVel2Attack: i32,
pub tcKey2Decay: i32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
tcAttack: i32
tcDecay: i32
ptSustain: i32
tcRelease: i32
tcVel2Attack: i32
tcKey2Decay: i32
Trait Implementations
impl Clone for DMUS_VEGPARAMS
impl Clone for DMUS_VEGPARAMS
impl Copy for DMUS_VEGPARAMS
Auto Trait Implementations
impl RefUnwindSafe for DMUS_VEGPARAMS
impl Send for DMUS_VEGPARAMS
impl Sync for DMUS_VEGPARAMS
impl Unpin for DMUS_VEGPARAMS
impl UnwindSafe for DMUS_VEGPARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more