Struct winapi::wincred::CREDENTIAL_TARGET_INFORMATIONW [] [src]

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

Fields

TargetName: LPWSTR NetbiosServerName: LPWSTR DnsServerName: LPWSTR NetbiosDomainName: LPWSTR DnsDomainName: LPWSTR DnsTreeName: LPWSTR PackageName: LPWSTR Flags: ULONG CredTypeCount: DWORD CredTypes: LPDWORD

Trait Implementations

impl Debug for CREDENTIAL_TARGET_INFORMATIONW
[src]

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

Formats the value using the given formatter.

impl Copy for CREDENTIAL_TARGET_INFORMATIONW
[src]

impl Clone for CREDENTIAL_TARGET_INFORMATIONW
[src]

fn clone(&self) -> CREDENTIAL_TARGET_INFORMATIONW

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