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