Enum CUjitInputType
#[repr(u32)]pub enum CUjitInputType {
CU_JIT_INPUT_CUBIN = 0,
CU_JIT_INPUT_PTX = 1,
CU_JIT_INPUT_FATBINARY = 2,
CU_JIT_INPUT_OBJECT = 3,
CU_JIT_INPUT_LIBRARY = 4,
CU_JIT_INPUT_NVVM = 5,
CU_JIT_NUM_INPUT_TYPES = 6,
}Variants§
CU_JIT_INPUT_CUBIN = 0
CU_JIT_INPUT_PTX = 1
CU_JIT_INPUT_FATBINARY = 2
CU_JIT_INPUT_OBJECT = 3
CU_JIT_INPUT_LIBRARY = 4
CU_JIT_INPUT_NVVM = 5
CU_JIT_NUM_INPUT_TYPES = 6
Trait Implementations§
§impl Clone for CUjitInputType_enum
impl Clone for CUjitInputType_enum
§fn clone(&self) -> CUjitInputType_enum
fn clone(&self) -> CUjitInputType_enum
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 more§impl Debug for CUjitInputType_enum
impl Debug for CUjitInputType_enum
§impl Hash for CUjitInputType_enum
impl Hash for CUjitInputType_enum
§impl Ord for CUjitInputType_enum
impl Ord for CUjitInputType_enum
§fn cmp(&self, other: &CUjitInputType_enum) -> Ordering
fn cmp(&self, other: &CUjitInputType_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
§impl PartialEq for CUjitInputType_enum
impl PartialEq for CUjitInputType_enum
§impl PartialOrd for CUjitInputType_enum
impl PartialOrd for CUjitInputType_enum
impl Copy for CUjitInputType_enum
impl Eq for CUjitInputType_enum
impl StructuralPartialEq for CUjitInputType_enum
Auto Trait Implementations§
impl Freeze for CUjitInputType_enum
impl RefUnwindSafe for CUjitInputType_enum
impl Send for CUjitInputType_enum
impl Sync for CUjitInputType_enum
impl Unpin for CUjitInputType_enum
impl UnsafeUnpin for CUjitInputType_enum
impl UnwindSafe for CUjitInputType_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more