pub struct TpmsContext {
pub sequence: TpmUint64,
pub saved_handle: TpmHandle,
pub hierarchy: TpmRh,
pub context_blob: Tpm2b,
}Fields§
§sequence: TpmUint64§saved_handle: TpmHandle§hierarchy: TpmRh§context_blob: Tpm2bTrait Implementations§
Source§impl Clone for TpmsContext
impl Clone for TpmsContext
Source§fn clone(&self) -> TpmsContext
fn clone(&self) -> TpmsContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TpmsContext
impl Debug for TpmsContext
impl Eq for TpmsContext
Source§impl PartialEq for TpmsContext
impl PartialEq for TpmsContext
Source§fn eq(&self, other: &TpmsContext) -> bool
fn eq(&self, other: &TpmsContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TpmsContext
Source§impl<'a> TpmField<'a> for TpmsContext
impl<'a> TpmField<'a> for TpmsContext
Source§impl TpmMarshal for TpmsContext
impl TpmMarshal for TpmsContext
Auto Trait Implementations§
impl Freeze for TpmsContext
impl RefUnwindSafe for TpmsContext
impl Send for TpmsContext
impl Sync for TpmsContext
impl Unpin for TpmsContext
impl UnsafeUnpin for TpmsContext
impl UnwindSafe for TpmsContext
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