Struct winapi::ntsecapi::KERB_S4U_LOGON
[−]
[src]
pub struct KERB_S4U_LOGON { pub MessageType: KERB_LOGON_SUBMIT_TYPE, pub Flags: ULONG, pub ClientUpn: UNICODE_STRING, pub ClientRealm: UNICODE_STRING, }
Fields
MessageType | |
Flags | |
ClientUpn | |
ClientRealm |
Trait Implementations
impl Copy for KERB_S4U_LOGON
[src]
impl Clone for KERB_S4U_LOGON
[src]
fn clone(&self) -> KERB_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