Struct winapi::ntsecapi::LSA_ENUMERATION_INFORMATION
[−]
[src]
pub struct LSA_ENUMERATION_INFORMATION { pub Sid: PSID, }
Fields
Sid |
Trait Implementations
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