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 | |
NetbiosServerName | |
DnsServerName | |
NetbiosDomainName | |
DnsDomainName | |
DnsTreeName | |
PackageName | |
Flags | |
CredTypeCount | |
CredTypes |
Trait Implementations
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