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