Struct winapi::ntsecapi::KERB_TICKET_PROFILE
[−]
[src]
pub struct KERB_TICKET_PROFILE {
pub Profile: KERB_INTERACTIVE_PROFILE,
pub SessionKey: KERB_CRYPTO_KEY,
}Fields
Profile | |
SessionKey |
Trait Implementations
impl Copy for KERB_TICKET_PROFILE[src]
impl Clone for KERB_TICKET_PROFILE[src]
fn clone(&self) -> KERB_TICKET_PROFILE
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