Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_WAVEDL
[−]#[repr(C)]pub struct DMUS_WAVEDL {
pub cbWaveData: u32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
cbWaveData: u32
Trait Implementations
impl Clone for DMUS_WAVEDL
impl Clone for DMUS_WAVEDL
impl Copy for DMUS_WAVEDL
Auto Trait Implementations
impl RefUnwindSafe for DMUS_WAVEDL
impl Send for DMUS_WAVEDL
impl Sync for DMUS_WAVEDL
impl Unpin for DMUS_WAVEDL
impl UnwindSafe for DMUS_WAVEDL
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