Struct winapi::wincred::CREDENTIAL_TARGET_INFORMATIONA [] [src]

pub struct CREDENTIAL_TARGET_INFORMATIONA {
    pub TargetName: LPSTR,
    pub NetbiosServerName: LPSTR,
    pub DnsServerName: LPSTR,
    pub NetbiosDomainName: LPSTR,
    pub DnsDomainName: LPSTR,
    pub DnsTreeName: LPSTR,
    pub PackageName: LPSTR,
    pub Flags: ULONG,
    pub CredTypeCount: DWORD,
    pub CredTypes: LPDWORD,
}

Fields

TargetName
NetbiosServerName
DnsServerName
NetbiosDomainName
DnsDomainName
DnsTreeName
PackageName
Flags
CredTypeCount
CredTypes

Trait Implementations

impl Copy for CREDENTIAL_TARGET_INFORMATIONA
[src]

impl Clone for CREDENTIAL_TARGET_INFORMATIONA
[src]

fn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONA

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

Derived Implementations

impl Debug for CREDENTIAL_TARGET_INFORMATIONA
[src]

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

Formats the value using the given formatter.