pub struct Sse41;Expand description
Encoder using SSE4.1 instructions.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sse41
impl RefUnwindSafe for Sse41
impl Send for Sse41
impl Sync for Sse41
impl Unpin for Sse41
impl UnsafeUnpin for Sse41
impl UnwindSafe for Sse41
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