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 | |
DnsDomainName | |
Flags | |
ParentIndex | |
TrustType | |
TrustAttributes | |
DomainSid | |
DomainGuid |
Trait Implementations
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