pub struct Sse(/* private fields */);
Expand description
SSE4.1 instruction set token.
Trait Implementations§
impl Copy for Sse
Auto Trait Implementations§
impl Freeze for Sse
impl RefUnwindSafe for Sse
impl Send for Sse
impl Sync for Sse
impl Unpin for Sse
impl UnwindSafe for Sse
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