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