#[repr(C)]pub struct DEVICE_TRIM_DESCRIPTOR {
pub Version: DWORD,
pub Size: DWORD,
pub TrimEnabled: BOOLEAN,
}
Fields
Version: DWORD
Size: DWORD
TrimEnabled: BOOLEAN
Trait Implementations
sourceimpl Clone for DEVICE_TRIM_DESCRIPTOR
impl Clone for DEVICE_TRIM_DESCRIPTOR
sourcefn clone(&self) -> DEVICE_TRIM_DESCRIPTOR
fn clone(&self) -> DEVICE_TRIM_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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