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