Struct winapi::lsalookup::LSA_TRUST_INFORMATION
[−]
[src]
pub struct LSA_TRUST_INFORMATION { pub Name: LSA_UNICODE_STRING, pub Sid: PSID, }
Fields
Name | |
Sid |
Trait Implementations
impl Copy for LSA_TRUST_INFORMATION
[src]
impl Clone for LSA_TRUST_INFORMATION
[src]
fn clone(&self) -> LSA_TRUST_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