#[repr(transparent)]pub struct TpmUint64(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Ord for TpmUint64
impl Ord for TpmUint64
Source§impl PartialOrd for TpmUint64
impl PartialOrd for TpmUint64
Source§impl TpmMarshal for TpmUint64
impl TpmMarshal for TpmUint64
Source§impl TpmSized for TpmUint64
impl TpmSized for TpmUint64
Source§impl TpmUnmarshal for TpmUint64
impl TpmUnmarshal for TpmUint64
impl Copy for TpmUint64
impl Eq for TpmUint64
impl StructuralPartialEq for TpmUint64
Auto Trait Implementations§
impl Freeze for TpmUint64
impl RefUnwindSafe for TpmUint64
impl Send for TpmUint64
impl Sync for TpmUint64
impl Unpin for TpmUint64
impl UnsafeUnpin for TpmUint64
impl UnwindSafe for TpmUint64
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