#[repr(C)]
pub struct SCSI_PASS_THROUGH_DIRECT {
Show 13 fields pub Length: u16, pub ScsiStatus: u8, pub PathId: u8, pub TargetId: u8, pub Lun: u8, pub CdbLength: u8, pub SenseInfoLength: u8, pub DataIn: u8, pub DataTransferLength: u32, pub TimeOutValue: u32, pub DataBuffer: *mut c_void, pub SenseInfoOffset: u32, pub Cdb: [u8; 16],
}
Expand description

Required features: "Win32_Storage_IscsiDisc"

Fields§

§Length: u16§ScsiStatus: u8§PathId: u8§TargetId: u8§Lun: u8§CdbLength: u8§SenseInfoLength: u8§DataIn: u8§DataTransferLength: u32§TimeOutValue: u32§DataBuffer: *mut c_void§SenseInfoOffset: u32§Cdb: [u8; 16]

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.