Struct winapi::wincred::CREDENTIAL_ATTRIBUTEA [] [src]

pub struct CREDENTIAL_ATTRIBUTEA {
    pub Keyword: LPSTR,
    pub Flags: DWORD,
    pub ValueSize: DWORD,
    pub Value: LPBYTE,
}

Fields

Keyword: LPSTR Flags: DWORD ValueSize: DWORD Value: LPBYTE

Trait Implementations

impl Debug for CREDENTIAL_ATTRIBUTEA
[src]

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

Formats the value using the given formatter.

impl Copy for CREDENTIAL_ATTRIBUTEA
[src]

impl Clone for CREDENTIAL_ATTRIBUTEA
[src]

fn clone(&self) -> CREDENTIAL_ATTRIBUTEA

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