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