Enum risc0_build_kernel::KernelType
source · pub enum KernelType {
Cpp,
Cuda,
Metal,
}
Variants§
Trait Implementations§
source§impl Hash for KernelType
impl Hash for KernelType
source§impl PartialEq<KernelType> for KernelType
impl PartialEq<KernelType> for KernelType
source§fn eq(&self, other: &KernelType) -> bool
fn eq(&self, other: &KernelType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for KernelType
impl StructuralEq for KernelType
impl StructuralPartialEq for KernelType
Auto Trait Implementations§
impl RefUnwindSafe for KernelType
impl Send for KernelType
impl Sync for KernelType
impl Unpin for KernelType
impl UnwindSafe for KernelType
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