Struct winapi::ntsecapi::LSA_FOREST_TRUST_DOMAIN_INFO [] [src]

pub struct LSA_FOREST_TRUST_DOMAIN_INFO {
    pub Sid: PSID,
    pub DnsName: LSA_UNICODE_STRING,
    pub NetbiosName: LSA_UNICODE_STRING,
}

Fields

Sid: PSID DnsName: LSA_UNICODE_STRING NetbiosName: LSA_UNICODE_STRING

Trait Implementations

impl Debug for LSA_FOREST_TRUST_DOMAIN_INFO
[src]

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

Formats the value using the given formatter.

impl Copy for LSA_FOREST_TRUST_DOMAIN_INFO
[src]

impl Clone for LSA_FOREST_TRUST_DOMAIN_INFO
[src]

fn clone(&self) -> LSA_FOREST_TRUST_DOMAIN_INFO

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