Struct winapi::lsalookup::LSA_REFERENCED_DOMAIN_LIST [] [src]

pub struct LSA_REFERENCED_DOMAIN_LIST {
    pub Entries: ULONG,
    pub Domains: PLSA_TRUST_INFORMATION,
}

Fields

Entries: ULONG Domains: PLSA_TRUST_INFORMATION

Trait Implementations

impl Debug for LSA_REFERENCED_DOMAIN_LIST
[src]

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

Formats the value using the given formatter.

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