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