#[repr(C)]
pub struct STORAGE_ADAPTER_DESCRIPTOR {
Show 14 fields pub Version: u32, pub Size: u32, pub MaximumTransferLength: u32, pub MaximumPhysicalPages: u32, pub AlignmentMask: u32, pub AdapterUsesPio: BOOLEAN, pub AdapterScansDown: BOOLEAN, pub CommandQueueing: BOOLEAN, pub AcceleratedTransfer: BOOLEAN, pub BusType: u8, pub BusMajorVersion: u16, pub BusMinorVersion: u16, pub SrbType: u8, pub AddressType: u8,
}
Expand description

Required features: "Win32_System_Ioctl", "Win32_Foundation"

Fields

Version: u32Size: u32MaximumTransferLength: u32MaximumPhysicalPages: u32AlignmentMask: u32AdapterUsesPio: BOOLEANAdapterScansDown: BOOLEANCommandQueueing: BOOLEANAcceleratedTransfer: BOOLEANBusType: u8BusMajorVersion: u16BusMinorVersion: u16SrbType: u8AddressType: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.