Struct DMUS_EXTENSIONCHUNK
#[repr(C)]pub struct DMUS_EXTENSIONCHUNK {
pub cbSize: u32,
pub ulNextExtCkIdx: u32,
pub ExtCkID: u32,
pub byExtCk: [u8; 4],
}
Fields§
§cbSize: u32
§ulNextExtCkIdx: u32
§ExtCkID: u32
§byExtCk: [u8; 4]
Trait Implementations§
§impl Clone for DMUS_EXTENSIONCHUNK
impl Clone for DMUS_EXTENSIONCHUNK
§fn clone(&self) -> DMUS_EXTENSIONCHUNK
fn clone(&self) -> DMUS_EXTENSIONCHUNK
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_EXTENSIONCHUNK
impl Debug for DMUS_EXTENSIONCHUNK
§impl Default for DMUS_EXTENSIONCHUNK
impl Default for DMUS_EXTENSIONCHUNK
§impl PartialEq for DMUS_EXTENSIONCHUNK
impl PartialEq for DMUS_EXTENSIONCHUNK
impl Copy for DMUS_EXTENSIONCHUNK
impl StructuralPartialEq for DMUS_EXTENSIONCHUNK
Auto Trait Implementations§
impl Freeze for DMUS_EXTENSIONCHUNK
impl RefUnwindSafe for DMUS_EXTENSIONCHUNK
impl Send for DMUS_EXTENSIONCHUNK
impl Sync for DMUS_EXTENSIONCHUNK
impl Unpin for DMUS_EXTENSIONCHUNK
impl UnwindSafe for DMUS_EXTENSIONCHUNK
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