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_Storage_IscsiDisc", "Win32_Foundation"
Fields
Length: u32MaximumTransferLength: u32MaximumPhysicalPages: u32SupportedAsynchronousEvents: u32AlignmentMask: u32TaggedQueuing: BOOLEANAdapterScansDown: BOOLEANAdapterUsesPio: 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
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