#[repr(C)]pub struct SCSI_PASS_THROUGH32_EX {Show 16 fields
pub Version: ULONG,
pub Length: ULONG,
pub CdbLength: ULONG,
pub StorAddressLength: ULONG,
pub ScsiStatus: UCHAR,
pub SenseInfolength: UCHAR,
pub DataDirection: UCHAR,
pub Reserved: UCHAR,
pub TimeOutValue: ULONG,
pub StorAddressOffset: ULONG,
pub SenseInfoOffset: ULONG,
pub DataOutTransferLength: ULONG,
pub DataInTransferLength: ULONG,
pub DataOutBufferOffset: ULONG32,
pub DataInBufferOffset: ULONG32,
pub Cdb: [UCHAR; 1],
}
Fields§
§Version: ULONG
§Length: ULONG
§CdbLength: ULONG
§StorAddressLength: ULONG
§ScsiStatus: UCHAR
§SenseInfolength: UCHAR
§DataDirection: UCHAR
§Reserved: UCHAR
§TimeOutValue: ULONG
§StorAddressOffset: ULONG
§SenseInfoOffset: ULONG
§DataOutTransferLength: ULONG
§DataInTransferLength: ULONG
§DataOutBufferOffset: ULONG32
§DataInBufferOffset: ULONG32
§Cdb: [UCHAR; 1]
Trait Implementations§
Source§impl Clone for SCSI_PASS_THROUGH32_EX
impl Clone for SCSI_PASS_THROUGH32_EX
Source§fn clone(&self) -> SCSI_PASS_THROUGH32_EX
fn clone(&self) -> SCSI_PASS_THROUGH32_EX
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_EX
impl Default for SCSI_PASS_THROUGH32_EX
Source§fn default() -> SCSI_PASS_THROUGH32_EX
fn default() -> SCSI_PASS_THROUGH32_EX
Returns the “default value” for a type. Read more
impl Copy for SCSI_PASS_THROUGH32_EX
Auto Trait Implementations§
impl Freeze for SCSI_PASS_THROUGH32_EX
impl RefUnwindSafe for SCSI_PASS_THROUGH32_EX
impl Send for SCSI_PASS_THROUGH32_EX
impl Sync for SCSI_PASS_THROUGH32_EX
impl Unpin for SCSI_PASS_THROUGH32_EX
impl UnwindSafe for SCSI_PASS_THROUGH32_EX
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