pub struct Sse4a { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sse4a
impl RefUnwindSafe for Sse4a
impl Send for Sse4a
impl Sync for Sse4a
impl Unpin for Sse4a
impl UnwindSafe for Sse4a
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