Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_WAVEDATA
[−]Expand description
Required features: ‘Win32_Media_Audio_DirectMusic’
Fields
cbSize: u32
byData: [u8; 4]
Trait Implementations
impl Clone for DMUS_WAVEDATA
impl Clone for DMUS_WAVEDATA
impl Copy for DMUS_WAVEDATA
Auto Trait Implementations
impl RefUnwindSafe for DMUS_WAVEDATA
impl Send for DMUS_WAVEDATA
impl Sync for DMUS_WAVEDATA
impl Unpin for DMUS_WAVEDATA
impl UnwindSafe for DMUS_WAVEDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more