Struct winapi::ntsecapi::MSV1_0_SUBAUTH_LOGON [] [src]

pub struct MSV1_0_SUBAUTH_LOGON {
    pub MessageType: MSV1_0_LOGON_SUBMIT_TYPE,
    pub LogonDomainName: UNICODE_STRING,
    pub UserName: UNICODE_STRING,
    pub Workstation: UNICODE_STRING,
    pub ChallengeToClient: [UCHAR; MSV1_0_CHALLENGE_LENGTH],
    pub AuthenticationInfo1: STRING,
    pub AuthenticationInfo2: STRING,
    pub ParameterControl: ULONG,
    pub SubAuthPackageId: ULONG,
}

Fields

MessageType
LogonDomainName
UserName
Workstation
ChallengeToClient
AuthenticationInfo1
AuthenticationInfo2
ParameterControl
SubAuthPackageId

Trait Implementations

impl Copy for MSV1_0_SUBAUTH_LOGON
[src]

impl Clone for MSV1_0_SUBAUTH_LOGON
[src]

fn clone(&self) -> MSV1_0_SUBAUTH_LOGON

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

Derived Implementations

impl Debug for MSV1_0_SUBAUTH_LOGON
[src]

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

Formats the value using the given formatter.