Struct winapi::lsalookup::LSA_REFERENCED_DOMAIN_LIST
[−]
[src]
pub struct LSA_REFERENCED_DOMAIN_LIST { pub Entries: ULONG, pub Domains: PLSA_TRUST_INFORMATION, }
Fields
Entries | |
Domains |
Trait Implementations
impl Copy for LSA_REFERENCED_DOMAIN_LIST
[src]
impl Clone for LSA_REFERENCED_DOMAIN_LIST
[src]
fn clone(&self) -> LSA_REFERENCED_DOMAIN_LIST
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