Struct winapi::wincred::CREDENTIAL_ATTRIBUTEW [] [src]

pub struct CREDENTIAL_ATTRIBUTEW {
    pub Keyword: LPWSTR,
    pub Flags: DWORD,
    pub ValueSize: DWORD,
    pub Value: LPBYTE,
}

Fields

Keyword: LPWSTR Flags: DWORD ValueSize: DWORD Value: LPBYTE

Trait Implementations

impl Debug for CREDENTIAL_ATTRIBUTEW
[src]

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

Formats the value using the given formatter.

impl Copy for CREDENTIAL_ATTRIBUTEW
[src]

impl Clone for CREDENTIAL_ATTRIBUTEW
[src]

fn clone(&self) -> CREDENTIAL_ATTRIBUTEW

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