Struct windows_sys::Win32::System::Ioctl::STORAGE_DIAGNOSTIC_REQUEST
#[repr(C)]pub struct STORAGE_DIAGNOSTIC_REQUEST {
pub Version: u32,
pub Size: u32,
pub Flags: u32,
pub TargetType: STORAGE_DIAGNOSTIC_TARGET_TYPE,
pub Level: STORAGE_DIAGNOSTIC_LEVEL,
}
Fields§
§Version: u32
§Size: u32
§Flags: u32
§TargetType: STORAGE_DIAGNOSTIC_TARGET_TYPE
§Level: STORAGE_DIAGNOSTIC_LEVEL
Trait Implementations§
§impl Clone for STORAGE_DIAGNOSTIC_REQUEST
impl Clone for STORAGE_DIAGNOSTIC_REQUEST
impl Copy for STORAGE_DIAGNOSTIC_REQUEST
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_DIAGNOSTIC_REQUEST
impl Send for STORAGE_DIAGNOSTIC_REQUEST
impl Sync for STORAGE_DIAGNOSTIC_REQUEST
impl Unpin for STORAGE_DIAGNOSTIC_REQUEST
impl UnwindSafe for STORAGE_DIAGNOSTIC_REQUEST
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