Struct windows::Win32::Storage::IscsiDisc::ATA_PASS_THROUGH_EX
#[repr(C)]pub struct ATA_PASS_THROUGH_EX {
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: usize,
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: usize
§PreviousTaskFile: [u8; 8]
§CurrentTaskFile: [u8; 8]
Trait Implementations§
§impl Clone for ATA_PASS_THROUGH_EX
impl Clone for ATA_PASS_THROUGH_EX
§fn clone(&self) -> ATA_PASS_THROUGH_EX
fn clone(&self) -> ATA_PASS_THROUGH_EX
Returns a copy 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 more§impl Debug for ATA_PASS_THROUGH_EX
impl Debug for ATA_PASS_THROUGH_EX
§impl Default for ATA_PASS_THROUGH_EX
impl Default for ATA_PASS_THROUGH_EX
§impl PartialEq for ATA_PASS_THROUGH_EX
impl PartialEq for ATA_PASS_THROUGH_EX
§fn eq(&self, other: &ATA_PASS_THROUGH_EX) -> bool
fn eq(&self, other: &ATA_PASS_THROUGH_EX) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ATA_PASS_THROUGH_EX
impl Eq for ATA_PASS_THROUGH_EX
impl StructuralPartialEq for ATA_PASS_THROUGH_EX
Auto Trait Implementations§
impl Freeze for ATA_PASS_THROUGH_EX
impl RefUnwindSafe for ATA_PASS_THROUGH_EX
impl Send for ATA_PASS_THROUGH_EX
impl Sync for ATA_PASS_THROUGH_EX
impl Unpin for ATA_PASS_THROUGH_EX
impl UnwindSafe for ATA_PASS_THROUGH_EX
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)