Struct winapi::ntsecapi::MSV1_0_SUPPLEMENTAL_CREDENTIAL [] [src]

pub struct MSV1_0_SUPPLEMENTAL_CREDENTIAL {
    pub Version: ULONG,
    pub Flags: ULONG,
    pub LmPassword: [UCHAR; 16],
    pub NtPassword: [UCHAR; 16],
}

Fields

Version: ULONG Flags: ULONG LmPassword: [UCHAR; 16] NtPassword: [UCHAR; 16]

Trait Implementations

impl Debug for MSV1_0_SUPPLEMENTAL_CREDENTIAL
[src]

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

Formats the value using the given formatter.

impl Copy for MSV1_0_SUPPLEMENTAL_CREDENTIAL
[src]

impl Clone for MSV1_0_SUPPLEMENTAL_CREDENTIAL
[src]

fn clone(&self) -> MSV1_0_SUPPLEMENTAL_CREDENTIAL

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