#[repr(C)]pub struct MPIO_PASS_THROUGH_PATH {
pub PassThrough: SCSI_PASS_THROUGH,
pub Version: ULONG,
pub Length: USHORT,
pub Flags: UCHAR,
pub PortNumber: UCHAR,
pub MpioPathId: ULONGLONG,
}Fields§
§PassThrough: SCSI_PASS_THROUGH§Version: ULONG§Length: USHORT§Flags: UCHAR§PortNumber: UCHAR§MpioPathId: ULONGLONGTrait Implementations§
Source§impl Clone for MPIO_PASS_THROUGH_PATH
impl Clone for MPIO_PASS_THROUGH_PATH
Source§fn clone(&self) -> MPIO_PASS_THROUGH_PATH
fn clone(&self) -> MPIO_PASS_THROUGH_PATH
Returns a duplicate 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 moreSource§impl Default for MPIO_PASS_THROUGH_PATH
impl Default for MPIO_PASS_THROUGH_PATH
Source§fn default() -> MPIO_PASS_THROUGH_PATH
fn default() -> MPIO_PASS_THROUGH_PATH
Returns the “default value” for a type. Read more
impl Copy for MPIO_PASS_THROUGH_PATH
Auto Trait Implementations§
impl Freeze for MPIO_PASS_THROUGH_PATH
impl RefUnwindSafe for MPIO_PASS_THROUGH_PATH
impl Send for MPIO_PASS_THROUGH_PATH
impl Sync for MPIO_PASS_THROUGH_PATH
impl Unpin for MPIO_PASS_THROUGH_PATH
impl UnwindSafe for MPIO_PASS_THROUGH_PATH
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