Struct windows::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,
}
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
§fn clone(&self) -> DMUS_PEGPARAMS
fn clone(&self) -> DMUS_PEGPARAMS
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_PEGPARAMS
impl Debug for DMUS_PEGPARAMS
§impl Default for DMUS_PEGPARAMS
impl Default for DMUS_PEGPARAMS
§impl PartialEq for DMUS_PEGPARAMS
impl PartialEq for DMUS_PEGPARAMS
§fn eq(&self, other: &DMUS_PEGPARAMS) -> bool
fn eq(&self, other: &DMUS_PEGPARAMS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DMUS_PEGPARAMS
impl Eq for DMUS_PEGPARAMS
impl StructuralPartialEq for DMUS_PEGPARAMS
Auto Trait Implementations§
impl Freeze for DMUS_PEGPARAMS
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)