#[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,
}Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
PassThrough: SCSI_PASS_THROUGH_DIRECTVersion: u32Length: u16Flags: u8PortNumber: u8MpioPathId: u64Trait Implementations
impl Clone for MPIO_PASS_THROUGH_PATH_DIRECT
impl Clone for MPIO_PASS_THROUGH_PATH_DIRECT
impl Copy for MPIO_PASS_THROUGH_PATH_DIRECT
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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