Enum CUlibraryOption_enum
#[repr(u32)]pub enum CUlibraryOption_enum {
CU_LIBRARY_HOST_UNIVERSAL_FUNCTION_AND_DATA_TABLE = 0,
CU_LIBRARY_BINARY_IS_PRESERVED = 1,
CU_LIBRARY_NUM_OPTIONS = 2,
}Variants§
CU_LIBRARY_HOST_UNIVERSAL_FUNCTION_AND_DATA_TABLE = 0
CU_LIBRARY_BINARY_IS_PRESERVED = 1
CU_LIBRARY_NUM_OPTIONS = 2
Trait Implementations§
§impl Clone for CUlibraryOption_enum
impl Clone for CUlibraryOption_enum
§fn clone(&self) -> CUlibraryOption_enum
fn clone(&self) -> CUlibraryOption_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 CUlibraryOption_enum
impl Debug for CUlibraryOption_enum
§impl Hash for CUlibraryOption_enum
impl Hash for CUlibraryOption_enum
§impl Ord for CUlibraryOption_enum
impl Ord for CUlibraryOption_enum
§fn cmp(&self, other: &CUlibraryOption_enum) -> Ordering
fn cmp(&self, other: &CUlibraryOption_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 CUlibraryOption_enum
impl PartialEq for CUlibraryOption_enum
§impl PartialOrd for CUlibraryOption_enum
impl PartialOrd for CUlibraryOption_enum
impl Copy for CUlibraryOption_enum
impl Eq for CUlibraryOption_enum
impl StructuralPartialEq for CUlibraryOption_enum
Auto Trait Implementations§
impl Freeze for CUlibraryOption_enum
impl RefUnwindSafe for CUlibraryOption_enum
impl Send for CUlibraryOption_enum
impl Sync for CUlibraryOption_enum
impl Unpin for CUlibraryOption_enum
impl UnsafeUnpin for CUlibraryOption_enum
impl UnwindSafe for CUlibraryOption_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