Struct windows_sys::Win32::Storage::IscsiDisc::ISCSI_TARGET_PORTAL_INFO_EXA
#[repr(C)]pub struct ISCSI_TARGET_PORTAL_INFO_EXA {
pub InitiatorName: [u8; 256],
pub InitiatorPortNumber: u32,
pub SymbolicName: [u8; 256],
pub Address: [u8; 256],
pub Socket: u16,
pub SecurityFlags: u64,
pub LoginOptions: ISCSI_LOGIN_OPTIONS,
}
Fields§
§InitiatorName: [u8; 256]
§InitiatorPortNumber: u32
§SymbolicName: [u8; 256]
§Address: [u8; 256]
§Socket: u16
§SecurityFlags: u64
§LoginOptions: ISCSI_LOGIN_OPTIONS
Trait Implementations§
§impl Clone for ISCSI_TARGET_PORTAL_INFO_EXA
impl Clone for ISCSI_TARGET_PORTAL_INFO_EXA
impl Copy for ISCSI_TARGET_PORTAL_INFO_EXA
Auto Trait Implementations§
impl RefUnwindSafe for ISCSI_TARGET_PORTAL_INFO_EXA
impl !Send for ISCSI_TARGET_PORTAL_INFO_EXA
impl !Sync for ISCSI_TARGET_PORTAL_INFO_EXA
impl Unpin for ISCSI_TARGET_PORTAL_INFO_EXA
impl UnwindSafe for ISCSI_TARGET_PORTAL_INFO_EXA
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