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: DWORD Type: DWORD TargetName: LPWSTR Comment: LPWSTR LastWritten: FILETIME CredentialBlobSize: DWORD CredentialBlob: LPBYTE Persist: DWORD AttributeCount: DWORD Attributes: PCREDENTIAL_ATTRIBUTEW TargetAlias: LPWSTR UserName: LPWSTR

Trait Implementations

impl Debug for CREDENTIALW
[src]

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

Formats the value using the given formatter.

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