pub struct TpmsTaggedProperty {
pub property: TpmPt,
pub value: u32,
}Fields§
§property: TpmPt§value: u32Trait 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 · 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 TpmsTaggedProperty
impl Debug for TpmsTaggedProperty
Source§impl PartialEq for TpmsTaggedProperty
impl PartialEq for TpmsTaggedProperty
Source§impl TpmMarshal for TpmsTaggedProperty
impl TpmMarshal for TpmsTaggedProperty
Source§impl TpmSized for TpmsTaggedProperty
impl TpmSized for TpmsTaggedProperty
Source§impl TpmUnmarshal for TpmsTaggedProperty
impl TpmUnmarshal for TpmsTaggedProperty
impl Copy for TpmsTaggedProperty
impl Eq for TpmsTaggedProperty
impl StructuralPartialEq 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 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