Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_EXTENSIONCHUNK
[−]#[repr(C)]pub struct DMUS_EXTENSIONCHUNK {
pub cbSize: u32,
pub ulNextExtCkIdx: u32,
pub ExtCkID: u32,
pub byExtCk: [u8; 4],
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
cbSize: u32
ulNextExtCkIdx: u32
ExtCkID: u32
byExtCk: [u8; 4]
Trait Implementations
impl Clone for DMUS_EXTENSIONCHUNK
impl Clone for DMUS_EXTENSIONCHUNK
impl Copy for DMUS_EXTENSIONCHUNK
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more