pub enum RuntimeBackend {
Scalar,
Aarch64AesNeon,
X86_64AesAvx2,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeBackend
impl Clone for RuntimeBackend
Source§fn clone(&self) -> RuntimeBackend
fn clone(&self) -> RuntimeBackend
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimeBackend
impl Debug for RuntimeBackend
Source§impl PartialEq for RuntimeBackend
impl PartialEq for RuntimeBackend
impl Copy for RuntimeBackend
impl Eq for RuntimeBackend
impl StructuralPartialEq for RuntimeBackend
Auto Trait Implementations§
impl Freeze for RuntimeBackend
impl RefUnwindSafe for RuntimeBackend
impl Send for RuntimeBackend
impl Sync for RuntimeBackend
impl Unpin for RuntimeBackend
impl UnsafeUnpin for RuntimeBackend
impl UnwindSafe for RuntimeBackend
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