Struct windows_sys::Win32::Storage::IscsiDisc::ISCSI_TARGET_PORTAL_INFOW
[−]#[repr(C)]pub struct ISCSI_TARGET_PORTAL_INFOW {
pub InitiatorName: [u16; 256],
pub InitiatorPortNumber: u32,
pub SymbolicName: [u16; 256],
pub Address: [u16; 256],
pub Socket: u16,
}
Expand description
Required features: ‘Win32_Storage_IscsiDisc’
Fields
InitiatorName: [u16; 256]
InitiatorPortNumber: u32
SymbolicName: [u16; 256]
Address: [u16; 256]
Socket: u16
Trait Implementations
impl Clone for ISCSI_TARGET_PORTAL_INFOW
impl Clone for ISCSI_TARGET_PORTAL_INFOW
impl Copy for ISCSI_TARGET_PORTAL_INFOW
Auto Trait Implementations
impl RefUnwindSafe for ISCSI_TARGET_PORTAL_INFOW
impl Send for ISCSI_TARGET_PORTAL_INFOW
impl Sync for ISCSI_TARGET_PORTAL_INFOW
impl Unpin for ISCSI_TARGET_PORTAL_INFOW
impl UnwindSafe for ISCSI_TARGET_PORTAL_INFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more