enum SimdKind {
Standard,
UrlSafe,
}Expand description
Which accelerated alphabet family an engine uses. Selects the kernel monomorphization at runtime.
Variants§
Trait Implementations§
impl Copy for SimdKind
impl Eq for SimdKind
impl StructuralPartialEq for SimdKind
Auto Trait Implementations§
impl Freeze for SimdKind
impl RefUnwindSafe for SimdKind
impl Send for SimdKind
impl Sync for SimdKind
impl Unpin for SimdKind
impl UnsafeUnpin for SimdKind
impl UnwindSafe for SimdKind
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