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