Struct winapi::lsalookup::POLICY_DNS_DOMAIN_INFO [] [src]

pub struct POLICY_DNS_DOMAIN_INFO {
    pub Name: LSA_UNICODE_STRING,
    pub DnsDomainName: LSA_UNICODE_STRING,
    pub DnsForestName: LSA_UNICODE_STRING,
    pub DomainGuid: GUID,
    pub Sid: PSID,
}

Fields

Name
DnsDomainName
DnsForestName
DomainGuid
Sid

Trait Implementations

impl Copy for POLICY_DNS_DOMAIN_INFO
[src]

impl Clone for POLICY_DNS_DOMAIN_INFO
[src]

fn clone(&self) -> POLICY_DNS_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

Derived Implementations

impl Debug for POLICY_DNS_DOMAIN_INFO
[src]

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

Formats the value using the given formatter.