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

Trait Implementations

impl Debug for CREDENTIALA
[src]

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

Formats the value using the given formatter.

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