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