Struct winapi::ntsecapi::LSA_AUTH_INFORMATION [] [src]

pub struct LSA_AUTH_INFORMATION {
    pub LastUpdateTime: LARGE_INTEGER,
    pub AuthType: ULONG,
    pub AuthInfoLength: ULONG,
    pub AuthInfo: PUCHAR,
}

Fields

LastUpdateTime: LARGE_INTEGER AuthType: ULONG AuthInfoLength: ULONG AuthInfo: PUCHAR

Trait Implementations

impl Debug for LSA_AUTH_INFORMATION
[src]

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

Formats the value using the given formatter.

impl Copy for LSA_AUTH_INFORMATION
[src]

impl Clone for LSA_AUTH_INFORMATION
[src]

fn clone(&self) -> LSA_AUTH_INFORMATION

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