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