Struct windows_sys::Win32::Media::Audio::DirectMusic::DLSVERSION
[−]Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
dwVersionMS: u32
dwVersionLS: u32
Trait Implementations
impl Clone for DLSVERSION
impl Clone for DLSVERSION
impl Copy for DLSVERSION
Auto Trait Implementations
impl RefUnwindSafe for DLSVERSION
impl Send for DLSVERSION
impl Sync for DLSVERSION
impl Unpin for DLSVERSION
impl UnwindSafe for DLSVERSION
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