Struct windows_sys::Win32::Media::Multimedia::DRVM_IOCTL_DATA
[−]Expand description
Required features: ‘Win32_Media_Multimedia’
Fields
dwSize: u32
dwCmd: u32
Trait Implementations
impl Clone for DRVM_IOCTL_DATA
impl Clone for DRVM_IOCTL_DATA
impl Copy for DRVM_IOCTL_DATA
Auto Trait Implementations
impl RefUnwindSafe for DRVM_IOCTL_DATA
impl Send for DRVM_IOCTL_DATA
impl Sync for DRVM_IOCTL_DATA
impl Unpin for DRVM_IOCTL_DATA
impl UnwindSafe for DRVM_IOCTL_DATA
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