#[repr(C)]pub struct MSV1_0_LM20_LOGON {
pub MessageType: MSV1_0_LOGON_SUBMIT_TYPE,
pub LogonDomainName: UNICODE_STRING,
pub UserName: UNICODE_STRING,
pub Workstation: UNICODE_STRING,
pub ChallengeToClient: [UCHAR; 8],
pub CaseSensitiveChallengeResponse: STRING,
pub CaseInsensitiveChallengeResponse: STRING,
pub ParameterControl: ULONG,
}
Fields
MessageType: MSV1_0_LOGON_SUBMIT_TYPE
LogonDomainName: UNICODE_STRING
UserName: UNICODE_STRING
Workstation: UNICODE_STRING
ChallengeToClient: [UCHAR; 8]
CaseSensitiveChallengeResponse: STRING
CaseInsensitiveChallengeResponse: STRING
ParameterControl: ULONG
Trait Implementations
sourceimpl Clone for MSV1_0_LM20_LOGON
impl Clone for MSV1_0_LM20_LOGON
sourcefn clone(&self) -> MSV1_0_LM20_LOGON
fn clone(&self) -> MSV1_0_LM20_LOGON
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_LM20_LOGON
Auto Trait Implementations
impl RefUnwindSafe for MSV1_0_LM20_LOGON
impl !Send for MSV1_0_LM20_LOGON
impl !Sync for MSV1_0_LM20_LOGON
impl Unpin for MSV1_0_LM20_LOGON
impl UnwindSafe for MSV1_0_LM20_LOGON
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