#[non_exhaustive]pub struct Simdegen;Expand description
Degeneracy strategies
Implementations§
Auto Trait Implementations§
impl Freeze for Simdegen
impl RefUnwindSafe for Simdegen
impl Send for Simdegen
impl Sync for Simdegen
impl Unpin for Simdegen
impl UnsafeUnpin for Simdegen
impl UnwindSafe for Simdegen
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