#[repr(C)]pub struct _STORAGE_ADAPTER_DESCRIPTOR {Show 14 fields
pub Version: DWORD,
pub Size: DWORD,
pub MaximumTransferLength: DWORD,
pub MaximumPhysicalPages: DWORD,
pub AlignmentMask: DWORD,
pub AdapterUsesPio: BOOLEAN,
pub AdapterScansDown: BOOLEAN,
pub CommandQueueing: BOOLEAN,
pub AcceleratedTransfer: BOOLEAN,
pub BusType: BYTE,
pub BusMajorVersion: WORD,
pub BusMinorVersion: WORD,
pub SrbType: BYTE,
pub AddressType: BYTE,
}
Fields§
§Version: DWORD
§Size: DWORD
§MaximumTransferLength: DWORD
§MaximumPhysicalPages: DWORD
§AlignmentMask: DWORD
§AdapterUsesPio: BOOLEAN
§AdapterScansDown: BOOLEAN
§CommandQueueing: BOOLEAN
§AcceleratedTransfer: BOOLEAN
§BusType: BYTE
§BusMajorVersion: WORD
§BusMinorVersion: WORD
§SrbType: BYTE
§AddressType: BYTE
Trait Implementations§
Source§impl Clone for _STORAGE_ADAPTER_DESCRIPTOR
impl Clone for _STORAGE_ADAPTER_DESCRIPTOR
Source§fn clone(&self) -> _STORAGE_ADAPTER_DESCRIPTOR
fn clone(&self) -> _STORAGE_ADAPTER_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 moreSource§impl Debug for _STORAGE_ADAPTER_DESCRIPTOR
impl Debug for _STORAGE_ADAPTER_DESCRIPTOR
Source§impl Ord for _STORAGE_ADAPTER_DESCRIPTOR
impl Ord for _STORAGE_ADAPTER_DESCRIPTOR
Source§fn cmp(&self, other: &_STORAGE_ADAPTER_DESCRIPTOR) -> Ordering
fn cmp(&self, other: &_STORAGE_ADAPTER_DESCRIPTOR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _STORAGE_ADAPTER_DESCRIPTOR
impl PartialOrd for _STORAGE_ADAPTER_DESCRIPTOR
impl Copy for _STORAGE_ADAPTER_DESCRIPTOR
impl Eq for _STORAGE_ADAPTER_DESCRIPTOR
impl StructuralPartialEq for _STORAGE_ADAPTER_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for _STORAGE_ADAPTER_DESCRIPTOR
impl RefUnwindSafe for _STORAGE_ADAPTER_DESCRIPTOR
impl Send for _STORAGE_ADAPTER_DESCRIPTOR
impl Sync for _STORAGE_ADAPTER_DESCRIPTOR
impl Unpin for _STORAGE_ADAPTER_DESCRIPTOR
impl UnwindSafe for _STORAGE_ADAPTER_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