#[repr(C)]
pub struct ATA_PASS_THROUGH_DIRECT { 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 DataBuffer: *mut c_void, pub PreviousTaskFile: [u8; 8], pub CurrentTaskFile: [u8; 8], }
Expand description

Required features: "Win32_Storage_IscsiDisc"

Fields

Length: u16AtaFlags: u16PathId: u8TargetId: u8Lun: u8ReservedAsUchar: u8DataTransferLength: u32TimeOutValue: u32ReservedAsUlong: u32DataBuffer: *mut c_voidPreviousTaskFile: [u8; 8]CurrentTaskFile: [u8; 8]

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.