Struct STORAGE_FAILURE_PREDICTION_CONFIG
#[repr(C)]pub struct STORAGE_FAILURE_PREDICTION_CONFIG {
pub Version: u32,
pub Size: u32,
pub Set: bool,
pub Enabled: bool,
pub Reserved: u16,
}
Fields§
§Version: u32
§Size: u32
§Set: bool
§Enabled: bool
§Reserved: u16
Trait Implementations§
§impl Clone for STORAGE_FAILURE_PREDICTION_CONFIG
impl Clone for STORAGE_FAILURE_PREDICTION_CONFIG
§fn clone(&self) -> STORAGE_FAILURE_PREDICTION_CONFIG
fn clone(&self) -> STORAGE_FAILURE_PREDICTION_CONFIG
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 STORAGE_FAILURE_PREDICTION_CONFIG
impl Debug for STORAGE_FAILURE_PREDICTION_CONFIG
impl Copy for STORAGE_FAILURE_PREDICTION_CONFIG
impl StructuralPartialEq for STORAGE_FAILURE_PREDICTION_CONFIG
Auto Trait Implementations§
impl Freeze for STORAGE_FAILURE_PREDICTION_CONFIG
impl RefUnwindSafe for STORAGE_FAILURE_PREDICTION_CONFIG
impl Send for STORAGE_FAILURE_PREDICTION_CONFIG
impl Sync for STORAGE_FAILURE_PREDICTION_CONFIG
impl Unpin for STORAGE_FAILURE_PREDICTION_CONFIG
impl UnwindSafe for STORAGE_FAILURE_PREDICTION_CONFIG
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