Struct winapi::lmaccess::LOCALGROUP_MEMBERS_INFO_0 [] [src]

pub struct LOCALGROUP_MEMBERS_INFO_0 {
    pub lgrmi0_sid: PSID,
}

Fields

lgrmi0_sid: PSID

Trait Implementations

impl Debug for LOCALGROUP_MEMBERS_INFO_0
[src]

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

Formats the value using the given formatter.

impl Copy for LOCALGROUP_MEMBERS_INFO_0
[src]

impl Clone for LOCALGROUP_MEMBERS_INFO_0
[src]

fn clone(&self) -> LOCALGROUP_MEMBERS_INFO_0

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