Struct winapi::lmaccess::GROUP_USERS_INFO_1
[−]
[src]
pub struct GROUP_USERS_INFO_1 { pub grui1_name: LPWSTR, pub grui1_attributes: DWORD, }
Fields
grui1_name | |
grui1_attributes |
Trait Implementations
impl Copy for GROUP_USERS_INFO_1
[src]
impl Clone for GROUP_USERS_INFO_1
[src]
fn clone(&self) -> GROUP_USERS_INFO_1
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more