Struct winapi::ntsecapi::MSV1_0_NTLM3_RESPONSE
[−]
[src]
pub struct MSV1_0_NTLM3_RESPONSE { pub Response: [UCHAR; MSV1_0_NTLM3_RESPONSE_LENGTH], pub RespType: UCHAR, pub HiRespType: UCHAR, pub Flags: USHORT, pub MsgWord: ULONG, pub TimeStamp: ULONGLONG, pub ChallengeFromClient: [UCHAR; MSV1_0_CHALLENGE_LENGTH], pub AvPairsOff: ULONG, pub Buffer: [UCHAR; 1], }
Fields
Response | |
RespType | |
HiRespType | |
Flags | |
MsgWord | |
TimeStamp | |
ChallengeFromClient | |
AvPairsOff | |
Buffer |
Trait Implementations
impl Copy for MSV1_0_NTLM3_RESPONSE
[src]
impl Clone for MSV1_0_NTLM3_RESPONSE
[src]
fn clone(&self) -> MSV1_0_NTLM3_RESPONSE
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