Struct winapi::lmaccess::LOCALGROUP_MEMBERS_INFO_2 [] [src]

pub struct LOCALGROUP_MEMBERS_INFO_2 {
    pub lgrmi2_sid: PSID,
    pub lgrmi2_sidusage: SID_NAME_USE,
    pub lgrmi2_domainandname: LPWSTR,
}

Fields

lgrmi2_sid
lgrmi2_sidusage
lgrmi2_domainandname

Trait Implementations

impl Copy for LOCALGROUP_MEMBERS_INFO_2
[src]

impl Clone for LOCALGROUP_MEMBERS_INFO_2
[src]

fn clone(&self) -> LOCALGROUP_MEMBERS_INFO_2

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

Derived Implementations

impl Debug for LOCALGROUP_MEMBERS_INFO_2
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.