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

#[repr(C)]
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

Trait Implementations

impl Debug for DS_DOMAIN_TRUSTSA
[src]

Formats the value using the given formatter.

impl Copy for DS_DOMAIN_TRUSTSA
[src]

impl Clone for DS_DOMAIN_TRUSTSA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more