Struct simd_abstraction::hex::HexStr
source · [−]#[repr(C, align(2))]pub struct HexStr<const N: usize>(_);
Expand description
A fixed-length hex string
Implementations
Trait Implementations
sourceimpl<const N: usize> PartialEq<HexStr<N>> for HexStr<N>
impl<const N: usize> PartialEq<HexStr<N>> for HexStr<N>
impl<const N: usize> Eq for HexStr<N>
impl<const N: usize> StructuralEq for HexStr<N>
impl<const N: usize> StructuralPartialEq for HexStr<N>
Auto Trait Implementations
impl<const N: usize> RefUnwindSafe for HexStr<N>
impl<const N: usize> Send for HexStr<N>
impl<const N: usize> Sync for HexStr<N>
impl<const N: usize> Unpin for HexStr<N>
impl<const N: usize> UnwindSafe for HexStr<N>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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