Struct winapi::ntsecapi::KERB_INTERACTIVE_LOGON
[−]
[src]
pub struct KERB_INTERACTIVE_LOGON { pub MessageType: KERB_LOGON_SUBMIT_TYPE, pub LogonDomainName: UNICODE_STRING, pub UserName: UNICODE_STRING, pub Password: UNICODE_STRING, }
Fields
MessageType | |
LogonDomainName | |
UserName | |
Password |
Trait Implementations
impl Copy for KERB_INTERACTIVE_LOGON
[src]
impl Clone for KERB_INTERACTIVE_LOGON
[src]
fn clone(&self) -> KERB_INTERACTIVE_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