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 | |
AuthType | |
AuthInfoLength | |
AuthInfo |
Trait Implementations
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