Struct windows_sys::Win32::System::Ioctl::STORAGE_REINITIALIZE_MEDIA
[−]#[repr(C)]pub struct STORAGE_REINITIALIZE_MEDIA {
pub Version: u32,
pub Size: u32,
pub TimeoutInSeconds: u32,
pub SanitizeOption: STORAGE_REINITIALIZE_MEDIA_0,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
TimeoutInSeconds: u32
SanitizeOption: STORAGE_REINITIALIZE_MEDIA_0
Trait Implementations
impl Clone for STORAGE_REINITIALIZE_MEDIA
impl Clone for STORAGE_REINITIALIZE_MEDIA
impl Copy for STORAGE_REINITIALIZE_MEDIA
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_REINITIALIZE_MEDIA
impl Send for STORAGE_REINITIALIZE_MEDIA
impl Sync for STORAGE_REINITIALIZE_MEDIA
impl Unpin for STORAGE_REINITIALIZE_MEDIA
impl UnwindSafe for STORAGE_REINITIALIZE_MEDIA
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