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