#[repr(C)]pub struct STORAGE_FAILURE_PREDICTION_CONFIG {
pub Version: u32,
pub Size: u32,
pub Set: BOOLEAN,
pub Enabled: BOOLEAN,
pub Reserved: u16,
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields
Version: u32
Size: u32
Set: BOOLEAN
Enabled: BOOLEAN
Reserved: u16
Trait Implementations
impl Clone for STORAGE_FAILURE_PREDICTION_CONFIG
impl Clone for STORAGE_FAILURE_PREDICTION_CONFIG
impl Copy for STORAGE_FAILURE_PREDICTION_CONFIG
Auto Trait Implementations
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
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