Struct winapi::ntsecapi::MSV1_0_SUPPLEMENTAL_CREDENTIAL
[−]
[src]
pub struct MSV1_0_SUPPLEMENTAL_CREDENTIAL {
pub Version: ULONG,
pub Flags: ULONG,
pub LmPassword: [UCHAR; MSV1_0_OWF_PASSWORD_LENGTH],
pub NtPassword: [UCHAR; MSV1_0_OWF_PASSWORD_LENGTH],
}Fields
Version | |
Flags | |
LmPassword | |
NtPassword |
Trait Implementations
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