#[repr(C, align(2))]pub struct Hex<const N: usize>(_);Expand description
A fixed-length hex string
Implementations
Trait Implementations
impl<const N: usize> Eq for Hex<N>
impl<const N: usize> StructuralEq for Hex<N>
impl<const N: usize> StructuralPartialEq for Hex<N>
Auto Trait Implementations
impl<const N: usize> RefUnwindSafe for Hex<N>
impl<const N: usize> Send for Hex<N>
impl<const N: usize> Sync for Hex<N>
impl<const N: usize> Unpin for Hex<N>
impl<const N: usize> UnwindSafe for Hex<N>
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