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