Struct tss_esapi::structures::CreationTicket
source · pub struct CreationTicket { /* private fields */ }
Expand description
Rust native wrapper for TPMT_TK_CREATION
objects.
Trait Implementations§
source§impl Debug for CreationTicket
impl Debug for CreationTicket
source§impl Ticket for CreationTicket
impl Ticket for CreationTicket
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 creation ticket.
source§impl TryFrom<CreationTicket> for TPMT_TK_CREATION
impl TryFrom<CreationTicket> for TPMT_TK_CREATION
source§impl TryFrom<TPMT_TK_CREATION> for CreationTicket
impl TryFrom<TPMT_TK_CREATION> for CreationTicket
Auto Trait Implementations§
impl Freeze for CreationTicket
impl RefUnwindSafe for CreationTicket
impl Send for CreationTicket
impl Sync for CreationTicket
impl Unpin for CreationTicket
impl UnwindSafe for CreationTicket
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