pub struct HexU8(pub u8);
Expand description
Wrapper for printing value as u8 hex data
Tuple Fields§
§0: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HexU8
impl RefUnwindSafe for HexU8
impl Send for HexU8
impl Sync for HexU8
impl Unpin for HexU8
impl UnwindSafe for HexU8
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte