#[repr(C)]pub struct SCM_PD_REINITIALIZE_MEDIA_OUTPUT {
pub Version: u32,
pub Size: u32,
pub Status: SCM_PD_MEDIA_REINITIALIZATION_STATUS,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
Status: SCM_PD_MEDIA_REINITIALIZATION_STATUS
Trait Implementations
impl Clone for SCM_PD_REINITIALIZE_MEDIA_OUTPUT
impl Clone for SCM_PD_REINITIALIZE_MEDIA_OUTPUT
impl Copy for SCM_PD_REINITIALIZE_MEDIA_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for SCM_PD_REINITIALIZE_MEDIA_OUTPUT
impl Send for SCM_PD_REINITIALIZE_MEDIA_OUTPUT
impl Sync for SCM_PD_REINITIALIZE_MEDIA_OUTPUT
impl Unpin for SCM_PD_REINITIALIZE_MEDIA_OUTPUT
impl UnwindSafe for SCM_PD_REINITIALIZE_MEDIA_OUTPUT
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