Struct DMUS_ARTICULATION
#[repr(C)]pub struct DMUS_ARTICULATION {
pub ulArt1Idx: u32,
pub ulFirstExtCkIdx: u32,
}
Fields§
§ulArt1Idx: u32
§ulFirstExtCkIdx: u32
Trait Implementations§
§impl Clone for DMUS_ARTICULATION
impl Clone for DMUS_ARTICULATION
§fn clone(&self) -> DMUS_ARTICULATION
fn clone(&self) -> DMUS_ARTICULATION
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_ARTICULATION
impl Debug for DMUS_ARTICULATION
§impl Default for DMUS_ARTICULATION
impl Default for DMUS_ARTICULATION
§impl PartialEq for DMUS_ARTICULATION
impl PartialEq for DMUS_ARTICULATION
impl Copy for DMUS_ARTICULATION
impl StructuralPartialEq for DMUS_ARTICULATION
Auto Trait Implementations§
impl Freeze for DMUS_ARTICULATION
impl RefUnwindSafe for DMUS_ARTICULATION
impl Send for DMUS_ARTICULATION
impl Sync for DMUS_ARTICULATION
impl Unpin for DMUS_ARTICULATION
impl UnwindSafe for DMUS_ARTICULATION
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