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