Struct windows_sys::Win32::System::Ioctl::CLASS_MEDIA_CHANGE_CONTEXT
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
MediaChangeCount: u32
NewState: u32
Trait Implementations
impl Clone for CLASS_MEDIA_CHANGE_CONTEXT
impl Clone for CLASS_MEDIA_CHANGE_CONTEXT
impl Copy for CLASS_MEDIA_CHANGE_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for CLASS_MEDIA_CHANGE_CONTEXT
impl Send for CLASS_MEDIA_CHANGE_CONTEXT
impl Sync for CLASS_MEDIA_CHANGE_CONTEXT
impl Unpin for CLASS_MEDIA_CHANGE_CONTEXT
impl UnwindSafe for CLASS_MEDIA_CHANGE_CONTEXT
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