#[repr(C)]pub struct KERB_SUBMIT_TKT_REQUEST {
    pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
    pub LogonId: LUID,
    pub Flags: ULONG,
    pub Key: KERB_CRYPTO_KEY32,
    pub KerbCredSize: ULONG,
    pub KerbCredOffset: ULONG,
}Fields
MessageType: KERB_PROTOCOL_MESSAGE_TYPELogonId: LUIDFlags: ULONGKey: KERB_CRYPTO_KEY32KerbCredSize: ULONGKerbCredOffset: ULONGTrait Implementations
sourceimpl Clone for KERB_SUBMIT_TKT_REQUEST
 
impl Clone for KERB_SUBMIT_TKT_REQUEST
sourcefn clone(&self) -> KERB_SUBMIT_TKT_REQUEST
 
fn clone(&self) -> KERB_SUBMIT_TKT_REQUEST
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_SUBMIT_TKT_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for KERB_SUBMIT_TKT_REQUEST
impl Send for KERB_SUBMIT_TKT_REQUEST
impl Sync for KERB_SUBMIT_TKT_REQUEST
impl Unpin for KERB_SUBMIT_TKT_REQUEST
impl UnwindSafe for KERB_SUBMIT_TKT_REQUEST
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