#[repr(C)]pub struct _STORAGE_MINIPORT_DESCRIPTOR {
pub Version: DWORD,
pub Size: DWORD,
pub Portdriver: STORAGE_PORT_CODE_SET,
pub LUNResetSupported: BOOLEAN,
pub TargetResetSupported: BOOLEAN,
pub IoTimeoutValue: WORD,
pub ExtraIoInfoSupported: BOOLEAN,
pub Flags: _STORAGE_MINIPORT_DESCRIPTOR__bindgen_ty_1,
pub Reserved0: [BYTE; 2],
pub Reserved1: DWORD,
}
Fields§
§Version: DWORD
§Size: DWORD
§Portdriver: STORAGE_PORT_CODE_SET
§LUNResetSupported: BOOLEAN
§TargetResetSupported: BOOLEAN
§IoTimeoutValue: WORD
§ExtraIoInfoSupported: BOOLEAN
§Flags: _STORAGE_MINIPORT_DESCRIPTOR__bindgen_ty_1
§Reserved0: [BYTE; 2]
§Reserved1: DWORD
Trait Implementations§
Source§impl Clone for _STORAGE_MINIPORT_DESCRIPTOR
impl Clone for _STORAGE_MINIPORT_DESCRIPTOR
Source§fn clone(&self) -> _STORAGE_MINIPORT_DESCRIPTOR
fn clone(&self) -> _STORAGE_MINIPORT_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _STORAGE_MINIPORT_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for _STORAGE_MINIPORT_DESCRIPTOR
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§
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