Struct winapi::dsgetdc::DS_DOMAIN_TRUSTSA [] [src]

pub struct DS_DOMAIN_TRUSTSA {
    pub NetbiosDomainName: LPSTR,
    pub DnsDomainName: LPSTR,
    pub Flags: ULONG,
    pub ParentIndex: ULONG,
    pub TrustType: ULONG,
    pub TrustAttributes: ULONG,
    pub DomainSid: PSID,
    pub DomainGuid: GUID,
}

Fields

NetbiosDomainName: LPSTR DnsDomainName: LPSTR Flags: ULONG ParentIndex: ULONG TrustType: ULONG TrustAttributes: ULONG DomainSid: PSID DomainGuid: GUID

Trait Implementations

impl Debug for DS_DOMAIN_TRUSTSA
[src]

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

Formats the value using the given formatter.

impl Copy for DS_DOMAIN_TRUSTSA
[src]

impl Clone for DS_DOMAIN_TRUSTSA
[src]

fn clone(&self) -> DS_DOMAIN_TRUSTSA

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