Struct windows_sys::Win32::Storage::IscsiDisc::ATA_PASS_THROUGH_EX32
#[repr(C)]pub struct ATA_PASS_THROUGH_EX32 {
pub Length: u16,
pub AtaFlags: u16,
pub PathId: u8,
pub TargetId: u8,
pub Lun: u8,
pub ReservedAsUchar: u8,
pub DataTransferLength: u32,
pub TimeOutValue: u32,
pub ReservedAsUlong: u32,
pub DataBufferOffset: u32,
pub PreviousTaskFile: [u8; 8],
pub CurrentTaskFile: [u8; 8],
}
Fields§
§Length: u16
§AtaFlags: u16
§PathId: u8
§TargetId: u8
§Lun: u8
§ReservedAsUchar: u8
§DataTransferLength: u32
§TimeOutValue: u32
§ReservedAsUlong: u32
§DataBufferOffset: u32
§PreviousTaskFile: [u8; 8]
§CurrentTaskFile: [u8; 8]
Trait Implementations§
§impl Clone for ATA_PASS_THROUGH_EX32
impl Clone for ATA_PASS_THROUGH_EX32
impl Copy for ATA_PASS_THROUGH_EX32
Auto Trait Implementations§
impl RefUnwindSafe for ATA_PASS_THROUGH_EX32
impl Send for ATA_PASS_THROUGH_EX32
impl Sync for ATA_PASS_THROUGH_EX32
impl Unpin for ATA_PASS_THROUGH_EX32
impl UnwindSafe for ATA_PASS_THROUGH_EX32
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more