Struct winapi::ntsecapi::KERB_INTERACTIVE_LOGON [] [src]

#[repr(C)]
pub struct KERB_INTERACTIVE_LOGON { pub MessageType: KERB_LOGON_SUBMIT_TYPE, pub LogonDomainName: UNICODE_STRING, pub UserName: UNICODE_STRING, pub Password: UNICODE_STRING, }

Fields

Trait Implementations

impl Debug for KERB_INTERACTIVE_LOGON
[src]

Formats the value using the given formatter.

impl Copy for KERB_INTERACTIVE_LOGON
[src]

impl Clone for KERB_INTERACTIVE_LOGON
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more