#[repr(C)]
pub struct SCSI_PASS_THROUGH_DIRECT32 {
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: u16ScsiStatus: u8PathId: u8TargetId: u8Lun: u8CdbLength: u8SenseInfoLength: u8DataIn: u8DataTransferLength: u32TimeOutValue: u32DataBuffer: *mut c_voidSenseInfoOffset: u32Cdb: [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.