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