Struct winapi::wincred::CREDENTIALW
[−]
[src]
pub struct CREDENTIALW {
pub Flags: DWORD,
pub Type: DWORD,
pub TargetName: LPWSTR,
pub Comment: LPWSTR,
pub LastWritten: FILETIME,
pub CredentialBlobSize: DWORD,
pub CredentialBlob: LPBYTE,
pub Persist: DWORD,
pub AttributeCount: DWORD,
pub Attributes: PCREDENTIAL_ATTRIBUTEW,
pub TargetAlias: LPWSTR,
pub UserName: LPWSTR,
}Fields
Flags | |
Type | |
TargetName | |
Comment | |
LastWritten | |
CredentialBlobSize | |
CredentialBlob | |
Persist | |
AttributeCount | |
Attributes | |
TargetAlias | |
UserName |
Trait Implementations
impl Copy for CREDENTIALW[src]
impl Clone for CREDENTIALW[src]
fn clone(&self) -> CREDENTIALW
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