#[repr(C)]pub struct GROUP_INFO_3 {
pub grpi3_name: PWSTR,
pub grpi3_comment: PWSTR,
pub grpi3_group_sid: PSID,
pub grpi3_attributes: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
, "Win32_Foundation"
Fields
grpi3_name: PWSTR
grpi3_comment: PWSTR
grpi3_group_sid: PSID
grpi3_attributes: u32
Trait Implementations
impl Clone for GROUP_INFO_3
impl Clone for GROUP_INFO_3
impl Copy for GROUP_INFO_3
Auto Trait Implementations
impl RefUnwindSafe for GROUP_INFO_3
impl !Send for GROUP_INFO_3
impl !Sync for GROUP_INFO_3
impl Unpin for GROUP_INFO_3
impl UnwindSafe for GROUP_INFO_3
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