Struct winapi::ntsecapi::KERB_TICKET_LOGON
[−]
[src]
pub struct KERB_TICKET_LOGON { pub MessageType: KERB_LOGON_SUBMIT_TYPE, pub Flags: ULONG, pub ServiceTicketLength: ULONG, pub TicketGrantingTicketLength: ULONG, pub ServiceTicket: PUCHAR, pub TicketGrantingTicket: PUCHAR, }
Fields
MessageType | |
Flags | |
ServiceTicketLength | |
TicketGrantingTicketLength | |
ServiceTicket | |
TicketGrantingTicket |
Trait Implementations
impl Copy for KERB_TICKET_LOGON
[src]
impl Clone for KERB_TICKET_LOGON
[src]
fn clone(&self) -> KERB_TICKET_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