Struct 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,
}
Fields§
§Length: u32
§MaximumTransferLength: u32
§MaximumPhysicalPages: u32
§SupportedAsynchronousEvents: u32
§AlignmentMask: u32
§TaggedQueuing: BOOLEAN
§AdapterScansDown: BOOLEAN
§AdapterUsesPio: BOOLEAN
Trait Implementations§
§impl Clone for IO_SCSI_CAPABILITIES
impl Clone for IO_SCSI_CAPABILITIES
§fn clone(&self) -> IO_SCSI_CAPABILITIES
fn clone(&self) -> IO_SCSI_CAPABILITIES
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 IO_SCSI_CAPABILITIES
Auto Trait Implementations§
impl Freeze for IO_SCSI_CAPABILITIES
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