Struct windows::Win32::Storage::IscsiDisc::MPIO_PASS_THROUGH_PATH_DIRECT
#[repr(C)]pub struct MPIO_PASS_THROUGH_PATH_DIRECT {
pub PassThrough: SCSI_PASS_THROUGH_DIRECT,
pub Version: u32,
pub Length: u16,
pub Flags: u8,
pub PortNumber: u8,
pub MpioPathId: u64,
}
Fields§
§PassThrough: SCSI_PASS_THROUGH_DIRECT
§Version: u32
§Length: u16
§Flags: u8
§PortNumber: u8
§MpioPathId: u64
Trait Implementations§
§impl Clone for MPIO_PASS_THROUGH_PATH_DIRECT
impl Clone for MPIO_PASS_THROUGH_PATH_DIRECT
§fn clone(&self) -> MPIO_PASS_THROUGH_PATH_DIRECT
fn clone(&self) -> MPIO_PASS_THROUGH_PATH_DIRECT
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 MPIO_PASS_THROUGH_PATH_DIRECT
impl Debug for MPIO_PASS_THROUGH_PATH_DIRECT
§impl Default for MPIO_PASS_THROUGH_PATH_DIRECT
impl Default for MPIO_PASS_THROUGH_PATH_DIRECT
§impl PartialEq for MPIO_PASS_THROUGH_PATH_DIRECT
impl PartialEq for MPIO_PASS_THROUGH_PATH_DIRECT
§fn eq(&self, other: &MPIO_PASS_THROUGH_PATH_DIRECT) -> bool
fn eq(&self, other: &MPIO_PASS_THROUGH_PATH_DIRECT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MPIO_PASS_THROUGH_PATH_DIRECT
impl Eq for MPIO_PASS_THROUGH_PATH_DIRECT
impl StructuralPartialEq for MPIO_PASS_THROUGH_PATH_DIRECT
Auto Trait Implementations§
impl Freeze for MPIO_PASS_THROUGH_PATH_DIRECT
impl RefUnwindSafe for MPIO_PASS_THROUGH_PATH_DIRECT
impl !Send for MPIO_PASS_THROUGH_PATH_DIRECT
impl !Sync for MPIO_PASS_THROUGH_PATH_DIRECT
impl Unpin for MPIO_PASS_THROUGH_PATH_DIRECT
impl UnwindSafe for MPIO_PASS_THROUGH_PATH_DIRECT
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
)