Struct windows_sys::Win32::Storage::IscsiDisc::IO_SCSI_CAPABILITIES
#[repr(C)]pub struct IO_SCSI_CAPABILITIES {
pub Length: u32,
pub MaximumTransferLength: u32,
pub MaximumPhysicalPages: u32,
pub SupportedAsynchronousEvents: u32,
pub AlignmentMask: u32,
pub TaggedQueuing: BOOLEAN,
pub AdapterScansDown: BOOLEAN,
pub AdapterUsesPio: BOOLEAN,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Length: u32§MaximumTransferLength: u32§MaximumPhysicalPages: u32§SupportedAsynchronousEvents: u32§AlignmentMask: u32§TaggedQueuing: BOOLEAN§AdapterScansDown: BOOLEAN§AdapterUsesPio: BOOLEANTrait Implementations§
§impl Clone for IO_SCSI_CAPABILITIES
impl Clone for IO_SCSI_CAPABILITIES
impl Copy for IO_SCSI_CAPABILITIES
Auto Trait Implementations§
impl RefUnwindSafe for IO_SCSI_CAPABILITIES
impl Send for IO_SCSI_CAPABILITIES
impl Sync for IO_SCSI_CAPABILITIES
impl Unpin for IO_SCSI_CAPABILITIES
impl UnwindSafe for IO_SCSI_CAPABILITIES
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