Struct windows_sys::Win32::System::Ioctl::STORAGE_PREDICT_FAILURE
#[repr(C)]pub struct STORAGE_PREDICT_FAILURE {
pub PredictFailure: u32,
pub VendorSpecific: [u8; 512],
}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§
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