Struct DMUS_WAVE
#[repr(C)]pub struct DMUS_WAVE {
pub ulFirstExtCkIdx: u32,
pub ulCopyrightIdx: u32,
pub ulWaveDataIdx: u32,
pub WaveformatEx: WAVEFORMATEX,
}
Fields§
§ulFirstExtCkIdx: u32
§ulCopyrightIdx: u32
§ulWaveDataIdx: u32
§WaveformatEx: WAVEFORMATEX
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DMUS_WAVE
impl RefUnwindSafe for DMUS_WAVE
impl Send for DMUS_WAVE
impl Sync for DMUS_WAVE
impl Unpin for DMUS_WAVE
impl UnwindSafe for DMUS_WAVE
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