#[repr(C)]pub struct ATA_PASS_THROUGH_EX32 {
pub Length: USHORT,
pub AtaFlags: USHORT,
pub PathId: UCHAR,
pub TargetId: UCHAR,
pub Lun: UCHAR,
pub ReservedAsUchar: UCHAR,
pub DataTransferLength: ULONG,
pub TimeOutValue: ULONG,
pub ReservedAsUlong: ULONG,
pub DataBufferOffset: ULONG32,
pub PreviousTaskFile: [UCHAR; 8],
pub CurrentTaskFile: [UCHAR; 8],
}
Fields§
§Length: USHORT
§AtaFlags: USHORT
§PathId: UCHAR
§TargetId: UCHAR
§Lun: UCHAR
§ReservedAsUchar: UCHAR
§DataTransferLength: ULONG
§TimeOutValue: ULONG
§ReservedAsUlong: ULONG
§DataBufferOffset: ULONG32
§PreviousTaskFile: [UCHAR; 8]
§CurrentTaskFile: [UCHAR; 8]
Trait Implementations§
Source§impl Clone for ATA_PASS_THROUGH_EX32
impl Clone for ATA_PASS_THROUGH_EX32
Source§fn clone(&self) -> ATA_PASS_THROUGH_EX32
fn clone(&self) -> ATA_PASS_THROUGH_EX32
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ATA_PASS_THROUGH_EX32
impl Default for ATA_PASS_THROUGH_EX32
Source§fn default() -> ATA_PASS_THROUGH_EX32
fn default() -> ATA_PASS_THROUGH_EX32
Returns the “default value” for a type. Read more
impl Copy for ATA_PASS_THROUGH_EX32
Auto Trait Implementations§
impl Freeze for ATA_PASS_THROUGH_EX32
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