Struct winapi::ntsecapi::LSA_ENUMERATION_INFORMATION [] [src]

pub struct LSA_ENUMERATION_INFORMATION {
    pub Sid: PSID,
}

Fields

Sid: PSID

Trait Implementations

impl Debug for LSA_ENUMERATION_INFORMATION
[src]

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

Formats the value using the given formatter.

impl Copy for LSA_ENUMERATION_INFORMATION
[src]

impl Clone for LSA_ENUMERATION_INFORMATION
[src]

fn clone(&self) -> LSA_ENUMERATION_INFORMATION

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