Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_OFFSETTABLE
[−]Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
ulOffsetTable: [u32; 1]
Trait Implementations
impl Clone for DMUS_OFFSETTABLE
impl Clone for DMUS_OFFSETTABLE
impl Copy for DMUS_OFFSETTABLE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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