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