Struct windows_sys::Win32::Storage::IscsiDisc::ISCSI_TARGET_MAPPINGA
[−]#[repr(C)]pub struct ISCSI_TARGET_MAPPINGA {
pub InitiatorName: [CHAR; 256],
pub TargetName: [CHAR; 224],
pub OSDeviceName: [CHAR; 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"
, "Win32_Foundation"
Fields
InitiatorName: [CHAR; 256]
TargetName: [CHAR; 224]
OSDeviceName: [CHAR; 260]
SessionId: ISCSI_UNIQUE_SESSION_ID
OSBusNumber: u32
OSTargetNumber: u32
LUNCount: u32
LUNList: *mut SCSI_LUN_LIST
Trait Implementations
impl Clone for ISCSI_TARGET_MAPPINGA
impl Clone for ISCSI_TARGET_MAPPINGA
impl Copy for ISCSI_TARGET_MAPPINGA
Auto Trait Implementations
impl RefUnwindSafe for ISCSI_TARGET_MAPPINGA
impl !Send for ISCSI_TARGET_MAPPINGA
impl !Sync for ISCSI_TARGET_MAPPINGA
impl Unpin for ISCSI_TARGET_MAPPINGA
impl UnwindSafe for ISCSI_TARGET_MAPPINGA
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