Struct DEVICE_TRIM_DESCRIPTOR
#[repr(C)]pub struct DEVICE_TRIM_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub TrimEnabled: bool,
}
Fields§
§Version: u32
§Size: u32
§TrimEnabled: bool
Trait Implementations§
§impl Clone for DEVICE_TRIM_DESCRIPTOR
impl Clone for DEVICE_TRIM_DESCRIPTOR
§fn clone(&self) -> DEVICE_TRIM_DESCRIPTOR
fn clone(&self) -> DEVICE_TRIM_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DEVICE_TRIM_DESCRIPTOR
impl Debug for DEVICE_TRIM_DESCRIPTOR
§impl Default for DEVICE_TRIM_DESCRIPTOR
impl Default for DEVICE_TRIM_DESCRIPTOR
§impl PartialEq for DEVICE_TRIM_DESCRIPTOR
impl PartialEq for DEVICE_TRIM_DESCRIPTOR
impl Copy for DEVICE_TRIM_DESCRIPTOR
impl StructuralPartialEq for DEVICE_TRIM_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for DEVICE_TRIM_DESCRIPTOR
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more