#[repr(C)]
pub struct SCSI_PASS_THROUGH_EX {
Show 16 fields pub Version: u32, pub Length: u32, pub CdbLength: u32, pub StorAddressLength: u32, pub ScsiStatus: u8, pub SenseInfoLength: u8, pub DataDirection: u8, pub Reserved: u8, pub TimeOutValue: u32, pub StorAddressOffset: u32, pub SenseInfoOffset: u32, pub DataOutTransferLength: u32, pub DataInTransferLength: u32, pub DataOutBufferOffset: usize, pub DataInBufferOffset: usize, pub Cdb: [u8; 1],
}
Expand description

Required features: "Win32_Storage_IscsiDisc"

Fields§

§Version: u32§Length: u32§CdbLength: u32§StorAddressLength: u32§ScsiStatus: u8§SenseInfoLength: u8§DataDirection: u8§Reserved: u8§TimeOutValue: u32§StorAddressOffset: u32§SenseInfoOffset: u32§DataOutTransferLength: u32§DataInTransferLength: u32§DataOutBufferOffset: usize§DataInBufferOffset: usize§Cdb: [u8; 1]

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.