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