#[repr(u32)]pub enum CUpointer_attribute_enum {
CU_POINTER_ATTRIBUTE_CONTEXT = 1,
CU_POINTER_ATTRIBUTE_MEMORY_TYPE = 2,
CU_POINTER_ATTRIBUTE_DEVICE_POINTER = 3,
CU_POINTER_ATTRIBUTE_HOST_POINTER = 4,
CU_POINTER_ATTRIBUTE_P2P_TOKENS = 5,
CU_POINTER_ATTRIBUTE_SYNC_MEMOPS = 6,
CU_POINTER_ATTRIBUTE_BUFFER_ID = 7,
CU_POINTER_ATTRIBUTE_IS_MANAGED = 8,
}Variants§
CU_POINTER_ATTRIBUTE_CONTEXT = 1
CU_POINTER_ATTRIBUTE_MEMORY_TYPE = 2
CU_POINTER_ATTRIBUTE_DEVICE_POINTER = 3
CU_POINTER_ATTRIBUTE_HOST_POINTER = 4
CU_POINTER_ATTRIBUTE_P2P_TOKENS = 5
CU_POINTER_ATTRIBUTE_SYNC_MEMOPS = 6
CU_POINTER_ATTRIBUTE_BUFFER_ID = 7
CU_POINTER_ATTRIBUTE_IS_MANAGED = 8
Trait Implementations§
Source§impl Clone for CUpointer_attribute_enum
impl Clone for CUpointer_attribute_enum
Source§fn clone(&self) -> CUpointer_attribute_enum
fn clone(&self) -> CUpointer_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 moreSource§impl Debug for CUpointer_attribute_enum
impl Debug for CUpointer_attribute_enum
Source§impl Hash for CUpointer_attribute_enum
impl Hash for CUpointer_attribute_enum
Source§impl PartialEq for CUpointer_attribute_enum
impl PartialEq for CUpointer_attribute_enum
impl Copy for CUpointer_attribute_enum
impl Eq for CUpointer_attribute_enum
impl StructuralPartialEq for CUpointer_attribute_enum
Auto Trait Implementations§
impl Freeze for CUpointer_attribute_enum
impl RefUnwindSafe for CUpointer_attribute_enum
impl Send for CUpointer_attribute_enum
impl Sync for CUpointer_attribute_enum
impl Unpin for CUpointer_attribute_enum
impl UnwindSafe for CUpointer_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