Struct rusticata_macros::debug::HexU16
source · [−]pub struct HexU16(pub u16);
Expand description
Wrapper for printing value as u16 hex data
Tuple Fields
0: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HexU16
impl Send for HexU16
impl Sync for HexU16
impl Unpin for HexU16
impl UnwindSafe for HexU16
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more