#[repr(C)]pub struct KERB_S4U_LOGON {
    pub MessageType: KERB_LOGON_SUBMIT_TYPE,
    pub Flags: ULONG,
    pub ClientUpn: UNICODE_STRING,
    pub ClientRealm: UNICODE_STRING,
}Fields
MessageType: KERB_LOGON_SUBMIT_TYPEFlags: ULONGClientUpn: UNICODE_STRINGClientRealm: UNICODE_STRINGTrait Implementations
sourceimpl Clone for KERB_S4U_LOGON
 
impl Clone for KERB_S4U_LOGON
sourcefn clone(&self) -> KERB_S4U_LOGON
 
fn clone(&self) -> KERB_S4U_LOGON
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for KERB_S4U_LOGON
Auto Trait Implementations
impl RefUnwindSafe for KERB_S4U_LOGON
impl !Send for KERB_S4U_LOGON
impl !Sync for KERB_S4U_LOGON
impl Unpin for KERB_S4U_LOGON
impl UnwindSafe for KERB_S4U_LOGON
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more