pub struct TpmsTaggedProperty {
pub property: TpmPt,
pub value: TpmUint32,
}Fields§
§property: TpmPt§value: TpmUint32Trait Implementations§
Source§impl Clone for TpmsTaggedProperty
impl Clone for TpmsTaggedProperty
Source§fn clone(&self) -> TpmsTaggedProperty
fn clone(&self) -> TpmsTaggedProperty
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 moreimpl Copy for TpmsTaggedProperty
Source§impl Debug for TpmsTaggedProperty
impl Debug for TpmsTaggedProperty
impl Eq for TpmsTaggedProperty
Source§impl PartialEq for TpmsTaggedProperty
impl PartialEq for TpmsTaggedProperty
Source§fn eq(&self, other: &TpmsTaggedProperty) -> bool
fn eq(&self, other: &TpmsTaggedProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TpmsTaggedProperty
Source§impl<'a> TpmField<'a> for TpmsTaggedProperty
impl<'a> TpmField<'a> for TpmsTaggedProperty
Source§impl TpmMarshal for TpmsTaggedProperty
impl TpmMarshal for TpmsTaggedProperty
Auto Trait Implementations§
impl Freeze for TpmsTaggedProperty
impl RefUnwindSafe for TpmsTaggedProperty
impl Send for TpmsTaggedProperty
impl Sync for TpmsTaggedProperty
impl Unpin for TpmsTaggedProperty
impl UnsafeUnpin for TpmsTaggedProperty
impl UnwindSafe for TpmsTaggedProperty
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