Struct 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,
}
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
§fn clone(&self) -> DMUS_VEGPARAMS
fn clone(&self) -> DMUS_VEGPARAMS
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_VEGPARAMS
impl Debug for DMUS_VEGPARAMS
§impl Default for DMUS_VEGPARAMS
impl Default for DMUS_VEGPARAMS
§impl PartialEq for DMUS_VEGPARAMS
impl PartialEq for DMUS_VEGPARAMS
impl Copy for DMUS_VEGPARAMS
impl StructuralPartialEq for DMUS_VEGPARAMS
Auto Trait Implementations§
impl Freeze for DMUS_VEGPARAMS
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§
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