Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_PEGPARAMS
[−]#[repr(C)]pub struct DMUS_PEGPARAMS {
pub tcAttack: i32,
pub tcDecay: i32,
pub ptSustain: i32,
pub tcRelease: i32,
pub tcVel2Attack: i32,
pub tcKey2Decay: i32,
pub pcRange: i32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
tcAttack: i32
tcDecay: i32
ptSustain: i32
tcRelease: i32
tcVel2Attack: i32
tcKey2Decay: i32
pcRange: i32
Trait Implementations
impl Clone for DMUS_PEGPARAMS
impl Clone for DMUS_PEGPARAMS
impl Copy for DMUS_PEGPARAMS
Auto Trait Implementations
impl RefUnwindSafe for DMUS_PEGPARAMS
impl Send for DMUS_PEGPARAMS
impl Sync for DMUS_PEGPARAMS
impl Unpin for DMUS_PEGPARAMS
impl UnwindSafe for DMUS_PEGPARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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