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