Struct winapi::ntsecapi::MSV1_0_NTLM3_RESPONSE [] [src]

pub struct MSV1_0_NTLM3_RESPONSE {
    pub Response: [UCHAR; 16],
    pub RespType: UCHAR,
    pub HiRespType: UCHAR,
    pub Flags: USHORT,
    pub MsgWord: ULONG,
    pub TimeStamp: ULONGLONG,
    pub ChallengeFromClient: [UCHAR; 8],
    pub AvPairsOff: ULONG,
    pub Buffer: [UCHAR; 1],
}

Fields

Response: [UCHAR; 16] RespType: UCHAR HiRespType: UCHAR Flags: USHORT MsgWord: ULONG TimeStamp: ULONGLONG ChallengeFromClient: [UCHAR; 8] AvPairsOff: ULONG Buffer: [UCHAR; 1]

Trait Implementations

impl Debug for MSV1_0_NTLM3_RESPONSE
[src]

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

Formats the value using the given formatter.

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