pub struct SimdHex;Expand description
SIMD-optimized hex encoding
Implementations§
Auto Trait Implementations§
impl Freeze for SimdHex
impl RefUnwindSafe for SimdHex
impl Send for SimdHex
impl Sync for SimdHex
impl Unpin for SimdHex
impl UnsafeUnpin for SimdHex
impl UnwindSafe for SimdHex
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