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