Struct winapi::lmaccess::LOCALGROUP_MEMBERS_INFO_1 [] [src]

pub struct LOCALGROUP_MEMBERS_INFO_1 {
    pub lgrmi1_sid: PSID,
    pub lgrmi1_sidusage: SID_NAME_USE,
    pub lgrmi1_name: LPWSTR,
}

Fields

lgrmi1_sid: PSID lgrmi1_sidusage: SID_NAME_USE lgrmi1_name: LPWSTR

Trait Implementations

impl Debug for LOCALGROUP_MEMBERS_INFO_1
[src]

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

Formats the value using the given formatter.

impl Copy for LOCALGROUP_MEMBERS_INFO_1
[src]

impl Clone for LOCALGROUP_MEMBERS_INFO_1
[src]

fn clone(&self) -> LOCALGROUP_MEMBERS_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