Struct tss_esapi::structures::CreationTicket
source · [−]pub struct CreationTicket { /* private fields */ }Expand description
Rust native wrapper for TPMT_TK_CREATION objects.
Trait Implementations
sourceimpl Debug for CreationTicket
impl Debug for CreationTicket
sourceimpl Ticket for CreationTicket
impl Ticket for CreationTicket
sourceconst POSSIBLE_TAGS: &'static [StructureTag] = &[StructureTag::Creation]
const POSSIBLE_TAGS: &'static [StructureTag] = &[StructureTag::Creation]
The tag of the verified ticket.
sourcefn tag(&self) -> StructureTag
fn tag(&self) -> StructureTag
Get the tag associated with the creation ticket.
sourceimpl TryFrom<CreationTicket> for TPMT_TK_CREATION
impl TryFrom<CreationTicket> for TPMT_TK_CREATION
sourceimpl TryFrom<TPMT_TK_CREATION> for CreationTicket
impl TryFrom<TPMT_TK_CREATION> for CreationTicket
Auto Trait Implementations
impl RefUnwindSafe for CreationTicket
impl Send for CreationTicket
impl Sync for CreationTicket
impl Unpin for CreationTicket
impl UnwindSafe for CreationTicket
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more