#[repr(i32)]pub enum CUjit_fallback {
CU_PREFER_PTX = 0,
CU_PREFER_BINARY = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for CUjit_fallback_enum
impl Clone for CUjit_fallback_enum
Source§fn clone(&self) -> CUjit_fallback_enum
fn clone(&self) -> CUjit_fallback_enum
Returns a copy 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 CUjit_fallback_enum
impl Debug for CUjit_fallback_enum
Source§impl Hash for CUjit_fallback_enum
impl Hash for CUjit_fallback_enum
Source§impl Ord for CUjit_fallback_enum
impl Ord for CUjit_fallback_enum
Source§fn cmp(&self, other: &CUjit_fallback_enum) -> Ordering
fn cmp(&self, other: &CUjit_fallback_enum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CUjit_fallback_enum
impl PartialEq for CUjit_fallback_enum
Source§impl PartialOrd for CUjit_fallback_enum
impl PartialOrd for CUjit_fallback_enum
impl Copy for CUjit_fallback_enum
impl Eq for CUjit_fallback_enum
impl StructuralPartialEq for CUjit_fallback_enum
Auto Trait Implementations§
impl Freeze for CUjit_fallback_enum
impl RefUnwindSafe for CUjit_fallback_enum
impl Send for CUjit_fallback_enum
impl Sync for CUjit_fallback_enum
impl Unpin for CUjit_fallback_enum
impl UnwindSafe for CUjit_fallback_enum
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