#[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: PWSTR
grpi2_comment: PWSTR
grpi2_group_id: u32
grpi2_attributes: u32
Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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