#[repr(C)]pub struct GROUP_INFO_2 {
pub grpi2_name: PWSTR,
pub grpi2_comment: PWSTR,
pub grpi2_group_id: u32,
pub grpi2_attributes: u32,
}Expand description
Required features: ‘Win32_NetworkManagement_NetManagement’
Fields
grpi2_name: PWSTRgrpi2_comment: PWSTRgrpi2_group_id: u32grpi2_attributes: u32Trait Implementations
impl Clone for GROUP_INFO_2
impl Clone for GROUP_INFO_2
impl Copy for GROUP_INFO_2
Auto Trait Implementations
impl RefUnwindSafe for GROUP_INFO_2
impl !Send for GROUP_INFO_2
impl !Sync for GROUP_INFO_2
impl Unpin for GROUP_INFO_2
impl UnwindSafe for GROUP_INFO_2
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