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

#[repr(C)]
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; 8], pub AuthenticationInfo1: STRING, pub AuthenticationInfo2: STRING, pub ParameterControl: ULONG, pub SubAuthPackageId: ULONG, }

Fields

Trait Implementations

impl Debug for MSV1_0_SUBAUTH_LOGON
[src]

Formats the value using the given formatter.

impl Copy for MSV1_0_SUBAUTH_LOGON
[src]

impl Clone for MSV1_0_SUBAUTH_LOGON
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more