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: LPSTR DomainControllerAddress: LPSTR DomainControllerAddressType: ULONG DomainGuid: GUID DomainName: LPSTR DnsForestName: LPSTR Flags: ULONG DcSiteName: LPSTR ClientSiteName: LPSTR

Trait Implementations

impl Debug for DOMAIN_CONTROLLER_INFOA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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