[][src]Struct winapi::um::ntsecapi::MSV1_0_LM20_LOGON

#[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_TYPELogonDomainName: UNICODE_STRINGUserName: UNICODE_STRINGWorkstation: UNICODE_STRINGChallengeToClient: [UCHAR; 8]CaseSensitiveChallengeResponse: STRINGCaseInsensitiveChallengeResponse: STRINGParameterControl: ULONG

Trait Implementations

impl Copy for MSV1_0_LM20_LOGON[src]

impl Clone for MSV1_0_LM20_LOGON[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for MSV1_0_LM20_LOGON[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]