#[repr(C)]pub struct GROUP_USERS_INFO_1 {
pub grui1_name: PWSTR,
pub grui1_attributes: u32,
}
Fields§
§grui1_name: PWSTR
§grui1_attributes: u32
Trait Implementations§
§impl Clone for GROUP_USERS_INFO_1
impl Clone for GROUP_USERS_INFO_1
impl Copy for GROUP_USERS_INFO_1
Auto Trait Implementations§
impl RefUnwindSafe for GROUP_USERS_INFO_1
impl !Send for GROUP_USERS_INFO_1
impl !Sync for GROUP_USERS_INFO_1
impl Unpin for GROUP_USERS_INFO_1
impl UnwindSafe for GROUP_USERS_INFO_1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more