Struct windows_sys::Win32::System::Ioctl::STORAGE_MINIPORT_DESCRIPTOR
[−]#[repr(C)]pub struct STORAGE_MINIPORT_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub Portdriver: STORAGE_PORT_CODE_SET,
pub LUNResetSupported: BOOLEAN,
pub TargetResetSupported: BOOLEAN,
pub IoTimeoutValue: u16,
pub ExtraIoInfoSupported: BOOLEAN,
pub Flags: STORAGE_MINIPORT_DESCRIPTOR_0,
pub Reserved0: [u8; 2],
pub Reserved1: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields
Version: u32
Size: u32
Portdriver: STORAGE_PORT_CODE_SET
LUNResetSupported: BOOLEAN
TargetResetSupported: BOOLEAN
IoTimeoutValue: u16
ExtraIoInfoSupported: BOOLEAN
Flags: STORAGE_MINIPORT_DESCRIPTOR_0
Reserved0: [u8; 2]
Reserved1: u32
Trait Implementations
impl Clone for STORAGE_MINIPORT_DESCRIPTOR
impl Clone for STORAGE_MINIPORT_DESCRIPTOR
impl Copy for STORAGE_MINIPORT_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_MINIPORT_DESCRIPTOR
impl Send for STORAGE_MINIPORT_DESCRIPTOR
impl Sync for STORAGE_MINIPORT_DESCRIPTOR
impl Unpin for STORAGE_MINIPORT_DESCRIPTOR
impl UnwindSafe for STORAGE_MINIPORT_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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