Struct windows_sys::Win32::System::Ioctl::STORAGE_PREDICT_FAILURE
[−]#[repr(C)]pub struct STORAGE_PREDICT_FAILURE {
pub PredictFailure: u32,
pub VendorSpecific: [u8; 512],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
PredictFailure: u32
VendorSpecific: [u8; 512]
Trait Implementations
impl Clone for STORAGE_PREDICT_FAILURE
impl Clone for STORAGE_PREDICT_FAILURE
impl Copy for STORAGE_PREDICT_FAILURE
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_PREDICT_FAILURE
impl Send for STORAGE_PREDICT_FAILURE
impl Sync for STORAGE_PREDICT_FAILURE
impl Unpin for STORAGE_PREDICT_FAILURE
impl UnwindSafe for STORAGE_PREDICT_FAILURE
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