Struct windows_sys::Win32::Storage::IscsiDisc::SCSI_PASS_THROUGH32
[−]#[repr(C)]pub struct SCSI_PASS_THROUGH32 {}
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
DataBufferOffset: u32
SenseInfoOffset: u32
Cdb: [u8; 16]
Trait Implementations
impl Clone for SCSI_PASS_THROUGH32
impl Clone for SCSI_PASS_THROUGH32
impl Copy for SCSI_PASS_THROUGH32
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more