#[repr(C)]pub struct _FILE_SET_DEFECT_MGMT_BUFFER {
    pub Disable: BOOLEAN,
}Fields§
§Disable: BOOLEANTrait Implementations§
Source§impl Clone for _FILE_SET_DEFECT_MGMT_BUFFER
 
impl Clone for _FILE_SET_DEFECT_MGMT_BUFFER
Source§fn clone(&self) -> _FILE_SET_DEFECT_MGMT_BUFFER
 
fn clone(&self) -> _FILE_SET_DEFECT_MGMT_BUFFER
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 moreSource§impl Debug for _FILE_SET_DEFECT_MGMT_BUFFER
 
impl Debug for _FILE_SET_DEFECT_MGMT_BUFFER
Source§impl Ord for _FILE_SET_DEFECT_MGMT_BUFFER
 
impl Ord for _FILE_SET_DEFECT_MGMT_BUFFER
Source§fn cmp(&self, other: &_FILE_SET_DEFECT_MGMT_BUFFER) -> Ordering
 
fn cmp(&self, other: &_FILE_SET_DEFECT_MGMT_BUFFER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _FILE_SET_DEFECT_MGMT_BUFFER
 
impl PartialEq for _FILE_SET_DEFECT_MGMT_BUFFER
Source§fn eq(&self, other: &_FILE_SET_DEFECT_MGMT_BUFFER) -> bool
 
fn eq(&self, other: &_FILE_SET_DEFECT_MGMT_BUFFER) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for _FILE_SET_DEFECT_MGMT_BUFFER
 
impl PartialOrd for _FILE_SET_DEFECT_MGMT_BUFFER
impl Copy for _FILE_SET_DEFECT_MGMT_BUFFER
impl Eq for _FILE_SET_DEFECT_MGMT_BUFFER
impl StructuralPartialEq for _FILE_SET_DEFECT_MGMT_BUFFER
Auto Trait Implementations§
impl Freeze for _FILE_SET_DEFECT_MGMT_BUFFER
impl RefUnwindSafe for _FILE_SET_DEFECT_MGMT_BUFFER
impl Send for _FILE_SET_DEFECT_MGMT_BUFFER
impl Sync for _FILE_SET_DEFECT_MGMT_BUFFER
impl Unpin for _FILE_SET_DEFECT_MGMT_BUFFER
impl UnwindSafe for _FILE_SET_DEFECT_MGMT_BUFFER
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