Struct windows_sys::Win32::Storage::IscsiDisc::ATA_PASS_THROUGH_DIRECT32
[−]#[repr(C)]pub struct ATA_PASS_THROUGH_DIRECT32 {
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: u16
AtaFlags: u16
PathId: u8
TargetId: u8
Lun: u8
ReservedAsUchar: u8
DataTransferLength: u32
TimeOutValue: u32
ReservedAsUlong: u32
DataBuffer: *mut c_void
PreviousTaskFile: [u8; 8]
CurrentTaskFile: [u8; 8]
Trait Implementations
impl Clone for ATA_PASS_THROUGH_DIRECT32
impl Clone for ATA_PASS_THROUGH_DIRECT32
impl Copy for ATA_PASS_THROUGH_DIRECT32
Auto Trait Implementations
impl RefUnwindSafe for ATA_PASS_THROUGH_DIRECT32
impl !Send for ATA_PASS_THROUGH_DIRECT32
impl !Sync for ATA_PASS_THROUGH_DIRECT32
impl Unpin for ATA_PASS_THROUGH_DIRECT32
impl UnwindSafe for ATA_PASS_THROUGH_DIRECT32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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