Struct winapi::dsgetdc::DS_DOMAIN_TRUSTSW [] [src]

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

Fields

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

Trait Implementations

impl Debug for DS_DOMAIN_TRUSTSW
[src]

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

Formats the value using the given formatter.

impl Copy for DS_DOMAIN_TRUSTSW
[src]

impl Clone for DS_DOMAIN_TRUSTSW
[src]

fn clone(&self) -> DS_DOMAIN_TRUSTSW

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