pub struct TpmPersistent(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for TpmPersistent
impl Clone for TpmPersistent
Source§fn clone(&self) -> TpmPersistent
fn clone(&self) -> TpmPersistent
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 TpmPersistent
impl Debug for TpmPersistent
Source§impl Default for TpmPersistent
impl Default for TpmPersistent
Source§fn default() -> TpmPersistent
fn default() -> TpmPersistent
Returns the “default value” for a type. Read more
Source§impl Display for TpmPersistent
impl Display for TpmPersistent
Source§impl From<TpmPersistent> for u32
impl From<TpmPersistent> for u32
Source§fn from(val: TpmPersistent) -> Self
fn from(val: TpmPersistent) -> Self
Converts to this type from the input type.
Source§impl From<u32> for TpmPersistent
impl From<u32> for TpmPersistent
Source§impl LowerHex for TpmPersistent
impl LowerHex for TpmPersistent
Source§impl PartialEq for TpmPersistent
impl PartialEq for TpmPersistent
Source§impl TpmBuild for TpmPersistent
impl TpmBuild for TpmPersistent
Source§impl TpmParse for TpmPersistent
impl TpmParse for TpmPersistent
Source§impl TpmSized for TpmPersistent
impl TpmSized for TpmPersistent
Source§impl UpperHex for TpmPersistent
impl UpperHex for TpmPersistent
impl Copy for TpmPersistent
impl Eq for TpmPersistent
impl StructuralPartialEq for TpmPersistent
Auto Trait Implementations§
impl Freeze for TpmPersistent
impl RefUnwindSafe for TpmPersistent
impl Send for TpmPersistent
impl Sync for TpmPersistent
impl Unpin for TpmPersistent
impl UnwindSafe for TpmPersistent
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