Struct winapi::wincred::CREDENTIALA [] [src]

pub struct CREDENTIALA {
    pub Flags: DWORD,
    pub Type: DWORD,
    pub TargetName: LPSTR,
    pub Comment: LPSTR,
    pub LastWritten: FILETIME,
    pub CredentialBlobSize: DWORD,
    pub CredentialBlob: LPBYTE,
    pub Persist: DWORD,
    pub AttributeCount: DWORD,
    pub Attributes: PCREDENTIAL_ATTRIBUTEA,
    pub TargetAlias: LPSTR,
    pub UserName: LPSTR,
}

Fields

Flags
Type
TargetName
Comment
LastWritten
CredentialBlobSize
CredentialBlob
Persist
AttributeCount
Attributes
TargetAlias
UserName

Trait Implementations

impl Copy for CREDENTIALA
[src]

impl Clone for CREDENTIALA
[src]

fn clone(&self) -> CREDENTIALA

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 CREDENTIALA
[src]

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

Formats the value using the given formatter.