pub struct HexView<'a> { /* private fields */ }
Expand description
This struct can be formatted with the core::fmt::LowerHex
and core::fmt::UpperHex
formatting
traits.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for HexView<'a>
impl<'a> RefUnwindSafe for HexView<'a>
impl<'a> Send for HexView<'a>
impl<'a> Sync for HexView<'a>
impl<'a> Unpin for HexView<'a>
impl<'a> UnwindSafe for HexView<'a>
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