Struct tss_esapi::structures::AuthTicket
source · pub struct AuthTicket { /* private fields */ }
Trait Implementations§
source§impl Clone for AuthTicket
impl Clone for AuthTicket
source§fn clone(&self) -> AuthTicket
fn clone(&self) -> AuthTicket
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AuthTicket
impl Debug for AuthTicket
source§impl Ticket for AuthTicket
impl Ticket for AuthTicket
source§const POSSIBLE_TAGS: &'static [StructureTag] = _
const POSSIBLE_TAGS: &'static [StructureTag] = _
The possible tags of AuthTickets
source§fn tag(&self) -> StructureTag
fn tag(&self) -> StructureTag
Get the tag associated with the auth ticket.
source§impl TryFrom<AuthTicket> for TPMT_TK_AUTH
impl TryFrom<AuthTicket> for TPMT_TK_AUTH
source§impl TryFrom<TPMT_TK_AUTH> for AuthTicket
impl TryFrom<TPMT_TK_AUTH> for AuthTicket
Auto Trait Implementations§
impl Freeze for AuthTicket
impl RefUnwindSafe for AuthTicket
impl Send for AuthTicket
impl Sync for AuthTicket
impl Unpin for AuthTicket
impl UnwindSafe for AuthTicket
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more