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