Struct tss_esapi::structures::HashcheckTicket
source · pub struct HashcheckTicket { /* private fields */ }
Trait Implementations§
source§impl Clone for HashcheckTicket
impl Clone for HashcheckTicket
source§fn clone(&self) -> HashcheckTicket
fn clone(&self) -> HashcheckTicket
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 HashcheckTicket
impl Debug for HashcheckTicket
source§impl Ticket for HashcheckTicket
impl Ticket for HashcheckTicket
source§const POSSIBLE_TAGS: &'static [StructureTag] = _
const POSSIBLE_TAGS: &'static [StructureTag] = _
The tag of the verified ticket.
source§fn tag(&self) -> StructureTag
fn tag(&self) -> StructureTag
Get the tag associated with the hashcheck ticket.
source§impl TryFrom<HashcheckTicket> for TPMT_TK_HASHCHECK
impl TryFrom<HashcheckTicket> for TPMT_TK_HASHCHECK
source§impl TryFrom<TPMT_TK_HASHCHECK> for HashcheckTicket
impl TryFrom<TPMT_TK_HASHCHECK> for HashcheckTicket
Auto Trait Implementations§
impl Freeze for HashcheckTicket
impl RefUnwindSafe for HashcheckTicket
impl Send for HashcheckTicket
impl Sync for HashcheckTicket
impl Unpin for HashcheckTicket
impl UnwindSafe for HashcheckTicket
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