pub struct TpmtTkAuth {
pub tag: TpmSt,
pub hierarchy: TpmRh,
pub digest: Tpm2bDigest,
}Fields§
§tag: TpmSt§hierarchy: TpmRh§digest: Tpm2bDigestTrait Implementations§
Source§impl Clone for TpmtTkAuth
impl Clone for TpmtTkAuth
Source§fn clone(&self) -> TpmtTkAuth
fn clone(&self) -> TpmtTkAuth
Returns a duplicate 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 TpmtTkAuth
impl Debug for TpmtTkAuth
Source§impl Default for TpmtTkAuth
impl Default for TpmtTkAuth
Source§fn default() -> TpmtTkAuth
fn default() -> TpmtTkAuth
Returns the “default value” for a type. Read more
Source§impl PartialEq for TpmtTkAuth
impl PartialEq for TpmtTkAuth
Source§impl TpmBuild for TpmtTkAuth
impl TpmBuild for TpmtTkAuth
Source§impl<'a> TpmParse<'a> for TpmtTkAuth
impl<'a> TpmParse<'a> for TpmtTkAuth
Source§impl TpmSized for TpmtTkAuth
impl TpmSized for TpmtTkAuth
impl Eq for TpmtTkAuth
impl StructuralPartialEq for TpmtTkAuth
Auto Trait Implementations§
impl Freeze for TpmtTkAuth
impl RefUnwindSafe for TpmtTkAuth
impl Send for TpmtTkAuth
impl Sync for TpmtTkAuth
impl Unpin for TpmtTkAuth
impl UnwindSafe for TpmtTkAuth
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