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