Struct windows_sys::Win32::Media::Audio::DirectMusic::DLSID
[−]#[repr(C)]pub struct DLSID {
pub ulData1: u32,
pub usData2: u16,
pub usData3: u16,
pub abData4: [u8; 8],
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
ulData1: u32
usData2: u16
usData3: u16
abData4: [u8; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DLSID
impl Send for DLSID
impl Sync for DLSID
impl Unpin for DLSID
impl UnwindSafe for DLSID
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