Struct windows_sys::Win32::Storage::IscsiDisc::ISCSI_TARGET_MAPPINGW
[−]#[repr(C)]pub struct ISCSI_TARGET_MAPPINGW {
pub InitiatorName: [u16; 256],
pub TargetName: [u16; 224],
pub OSDeviceName: [u16; 260],
pub SessionId: ISCSI_UNIQUE_SESSION_ID,
pub OSBusNumber: u32,
pub OSTargetNumber: u32,
pub LUNCount: u32,
pub LUNList: *mut SCSI_LUN_LIST,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
InitiatorName: [u16; 256]
TargetName: [u16; 224]
OSDeviceName: [u16; 260]
SessionId: ISCSI_UNIQUE_SESSION_ID
OSBusNumber: u32
OSTargetNumber: u32
LUNCount: u32
LUNList: *mut SCSI_LUN_LIST
Trait Implementations
impl Clone for ISCSI_TARGET_MAPPINGW
impl Clone for ISCSI_TARGET_MAPPINGW
impl Copy for ISCSI_TARGET_MAPPINGW
Auto Trait Implementations
impl RefUnwindSafe for ISCSI_TARGET_MAPPINGW
impl !Send for ISCSI_TARGET_MAPPINGW
impl !Sync for ISCSI_TARGET_MAPPINGW
impl Unpin for ISCSI_TARGET_MAPPINGW
impl UnwindSafe for ISCSI_TARGET_MAPPINGW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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