#[repr(C)]pub struct SCSI_PASS_THROUGH32 {Show 13 fields
pub Length: USHORT,
pub ScsiStatus: UCHAR,
pub PathId: UCHAR,
pub TargetId: UCHAR,
pub Lun: UCHAR,
pub CdbLength: UCHAR,
pub SenseInfoLength: UCHAR,
pub DataIn: UCHAR,
pub DataTransferLength: ULONG,
pub TimeOutValue: ULONG,
pub DataBufferOffset: ULONG32,
pub SenseInfoOffset: ULONG,
pub Cdb: [UCHAR; 16],
}
Fields§
§Length: USHORT
§ScsiStatus: UCHAR
§PathId: UCHAR
§TargetId: UCHAR
§Lun: UCHAR
§CdbLength: UCHAR
§SenseInfoLength: UCHAR
§DataIn: UCHAR
§DataTransferLength: ULONG
§TimeOutValue: ULONG
§DataBufferOffset: ULONG32
§SenseInfoOffset: ULONG
§Cdb: [UCHAR; 16]
Trait Implementations§
Source§impl Clone for SCSI_PASS_THROUGH32
impl Clone for SCSI_PASS_THROUGH32
Source§fn clone(&self) -> SCSI_PASS_THROUGH32
fn clone(&self) -> SCSI_PASS_THROUGH32
Returns a duplicate 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 Default for SCSI_PASS_THROUGH32
impl Default for SCSI_PASS_THROUGH32
Source§fn default() -> SCSI_PASS_THROUGH32
fn default() -> SCSI_PASS_THROUGH32
Returns the “default value” for a type. Read more
impl Copy for SCSI_PASS_THROUGH32
Auto Trait Implementations§
impl Freeze for SCSI_PASS_THROUGH32
impl RefUnwindSafe for SCSI_PASS_THROUGH32
impl Send for SCSI_PASS_THROUGH32
impl Sync for SCSI_PASS_THROUGH32
impl Unpin for SCSI_PASS_THROUGH32
impl UnwindSafe for SCSI_PASS_THROUGH32
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