Struct winapi::dsgetdc::DOMAIN_CONTROLLER_INFOW
[−]
[src]
pub struct DOMAIN_CONTROLLER_INFOW {
pub DomainControllerName: LPWSTR,
pub DomainControllerAddress: LPWSTR,
pub DomainControllerAddressType: ULONG,
pub DomainGuid: GUID,
pub DomainName: LPWSTR,
pub DnsForestName: LPWSTR,
pub Flags: ULONG,
pub DcSiteName: LPWSTR,
pub ClientSiteName: LPWSTR,
}Fields
DomainControllerName | |
DomainControllerAddress | |
DomainControllerAddressType | |
DomainGuid | |
DomainName | |
DnsForestName | |
Flags | |
DcSiteName | |
ClientSiteName |
Trait Implementations
impl Copy for DOMAIN_CONTROLLER_INFOW[src]
impl Clone for DOMAIN_CONTROLLER_INFOW[src]
fn clone(&self) -> DOMAIN_CONTROLLER_INFOW
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