Enum CUmemPool_attribute
#[repr(u32)]pub enum CUmemPool_attribute {
CU_MEMPOOL_ATTR_REUSE_FOLLOW_EVENT_DEPENDENCIES = 1,
CU_MEMPOOL_ATTR_REUSE_ALLOW_OPPORTUNISTIC = 2,
CU_MEMPOOL_ATTR_REUSE_ALLOW_INTERNAL_DEPENDENCIES = 3,
CU_MEMPOOL_ATTR_RELEASE_THRESHOLD = 4,
CU_MEMPOOL_ATTR_RESERVED_MEM_CURRENT = 5,
CU_MEMPOOL_ATTR_RESERVED_MEM_HIGH = 6,
CU_MEMPOOL_ATTR_USED_MEM_CURRENT = 7,
CU_MEMPOOL_ATTR_USED_MEM_HIGH = 8,
}Variants§
CU_MEMPOOL_ATTR_REUSE_FOLLOW_EVENT_DEPENDENCIES = 1
CU_MEMPOOL_ATTR_REUSE_ALLOW_OPPORTUNISTIC = 2
CU_MEMPOOL_ATTR_REUSE_ALLOW_INTERNAL_DEPENDENCIES = 3
CU_MEMPOOL_ATTR_RELEASE_THRESHOLD = 4
CU_MEMPOOL_ATTR_RESERVED_MEM_CURRENT = 5
CU_MEMPOOL_ATTR_RESERVED_MEM_HIGH = 6
CU_MEMPOOL_ATTR_USED_MEM_CURRENT = 7
CU_MEMPOOL_ATTR_USED_MEM_HIGH = 8
Trait Implementations§
§impl Clone for CUmemPool_attribute_enum
impl Clone for CUmemPool_attribute_enum
§fn clone(&self) -> CUmemPool_attribute_enum
fn clone(&self) -> CUmemPool_attribute_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 CUmemPool_attribute_enum
impl Debug for CUmemPool_attribute_enum
§impl Hash for CUmemPool_attribute_enum
impl Hash for CUmemPool_attribute_enum
§impl Ord for CUmemPool_attribute_enum
impl Ord for CUmemPool_attribute_enum
§fn cmp(&self, other: &CUmemPool_attribute_enum) -> Ordering
fn cmp(&self, other: &CUmemPool_attribute_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 CUmemPool_attribute_enum
impl PartialEq for CUmemPool_attribute_enum
§impl PartialOrd for CUmemPool_attribute_enum
impl PartialOrd for CUmemPool_attribute_enum
impl Copy for CUmemPool_attribute_enum
impl Eq for CUmemPool_attribute_enum
impl StructuralPartialEq for CUmemPool_attribute_enum
Auto Trait Implementations§
impl Freeze for CUmemPool_attribute_enum
impl RefUnwindSafe for CUmemPool_attribute_enum
impl Send for CUmemPool_attribute_enum
impl Sync for CUmemPool_attribute_enum
impl Unpin for CUmemPool_attribute_enum
impl UnsafeUnpin for CUmemPool_attribute_enum
impl UnwindSafe for CUmemPool_attribute_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