Struct winapi::ntsecapi::MSV1_0_S4U_LOGON
[−]
[src]
pub struct MSV1_0_S4U_LOGON { pub MessageType: MSV1_0_LOGON_SUBMIT_TYPE, pub MSV1_0_LOGON_SUBMIT_TYPE: ULONG, pub UserPrincipalName: UNICODE_STRING, pub DomainName: UNICODE_STRING, }
Fields
MessageType | |
MSV1_0_LOGON_SUBMIT_TYPE | |
UserPrincipalName | |
DomainName |
Trait Implementations
impl Copy for MSV1_0_S4U_LOGON
[src]
impl Clone for MSV1_0_S4U_LOGON
[src]
fn clone(&self) -> MSV1_0_S4U_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