#[repr(C)]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
sourceimpl Clone for MSV1_0_NTLM3_RESPONSE
impl Clone for MSV1_0_NTLM3_RESPONSE
sourcefn clone(&self) -> MSV1_0_NTLM3_RESPONSE
fn clone(&self) -> MSV1_0_NTLM3_RESPONSE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for MSV1_0_NTLM3_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for MSV1_0_NTLM3_RESPONSE
impl Send for MSV1_0_NTLM3_RESPONSE
impl Sync for MSV1_0_NTLM3_RESPONSE
impl Unpin for MSV1_0_NTLM3_RESPONSE
impl UnwindSafe for MSV1_0_NTLM3_RESPONSE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more