#[repr(C)]pub struct ISCSI_TARGET_PORTAL_GROUPW {
pub Count: u32,
pub Portals: [ISCSI_TARGET_PORTALW; 1],
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
Count: u32
Portals: [ISCSI_TARGET_PORTALW; 1]
Trait Implementations
impl Clone for ISCSI_TARGET_PORTAL_GROUPW
impl Clone for ISCSI_TARGET_PORTAL_GROUPW
impl Copy for ISCSI_TARGET_PORTAL_GROUPW
Auto Trait Implementations
impl RefUnwindSafe for ISCSI_TARGET_PORTAL_GROUPW
impl Send for ISCSI_TARGET_PORTAL_GROUPW
impl Sync for ISCSI_TARGET_PORTAL_GROUPW
impl Unpin for ISCSI_TARGET_PORTAL_GROUPW
impl UnwindSafe for ISCSI_TARGET_PORTAL_GROUPW
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