Struct CUmemAllocationHandleType_enum
#[repr(transparent)]pub struct CUmemAllocationHandleType_enum(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
§impl BitAnd for CUmemAllocationHandleType_enum
impl BitAnd for CUmemAllocationHandleType_enum
§type Output = CUmemAllocationHandleType_enum
type Output = CUmemAllocationHandleType_enum
The resulting type after applying the
& operator.§fn bitand(
self,
other: CUmemAllocationHandleType_enum,
) -> CUmemAllocationHandleType_enum
fn bitand( self, other: CUmemAllocationHandleType_enum, ) -> CUmemAllocationHandleType_enum
Performs the
& operation. Read more§impl BitAndAssign for CUmemAllocationHandleType_enum
impl BitAndAssign for CUmemAllocationHandleType_enum
§fn bitand_assign(&mut self, rhs: CUmemAllocationHandleType_enum)
fn bitand_assign(&mut self, rhs: CUmemAllocationHandleType_enum)
Performs the
&= operation. Read more§impl BitOr for CUmemAllocationHandleType_enum
impl BitOr for CUmemAllocationHandleType_enum
§type Output = CUmemAllocationHandleType_enum
type Output = CUmemAllocationHandleType_enum
The resulting type after applying the
| operator.§fn bitor(
self,
other: CUmemAllocationHandleType_enum,
) -> CUmemAllocationHandleType_enum
fn bitor( self, other: CUmemAllocationHandleType_enum, ) -> CUmemAllocationHandleType_enum
Performs the
| operation. Read more§impl BitOrAssign for CUmemAllocationHandleType_enum
impl BitOrAssign for CUmemAllocationHandleType_enum
§fn bitor_assign(&mut self, rhs: CUmemAllocationHandleType_enum)
fn bitor_assign(&mut self, rhs: CUmemAllocationHandleType_enum)
Performs the
|= operation. Read more§impl Clone for CUmemAllocationHandleType_enum
impl Clone for CUmemAllocationHandleType_enum
§fn clone(&self) -> CUmemAllocationHandleType_enum
fn clone(&self) -> CUmemAllocationHandleType_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 CUmemAllocationHandleType_enum
impl Debug for CUmemAllocationHandleType_enum
§impl Hash for CUmemAllocationHandleType_enum
impl Hash for CUmemAllocationHandleType_enum
§impl Ord for CUmemAllocationHandleType_enum
impl Ord for CUmemAllocationHandleType_enum
§fn cmp(&self, other: &CUmemAllocationHandleType_enum) -> Ordering
fn cmp(&self, other: &CUmemAllocationHandleType_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 CUmemAllocationHandleType_enum
impl PartialEq for CUmemAllocationHandleType_enum
§impl PartialOrd for CUmemAllocationHandleType_enum
impl PartialOrd for CUmemAllocationHandleType_enum
impl Copy for CUmemAllocationHandleType_enum
impl Eq for CUmemAllocationHandleType_enum
impl StructuralPartialEq for CUmemAllocationHandleType_enum
Auto Trait Implementations§
impl Freeze for CUmemAllocationHandleType_enum
impl RefUnwindSafe for CUmemAllocationHandleType_enum
impl Send for CUmemAllocationHandleType_enum
impl Sync for CUmemAllocationHandleType_enum
impl Unpin for CUmemAllocationHandleType_enum
impl UnsafeUnpin for CUmemAllocationHandleType_enum
impl UnwindSafe for CUmemAllocationHandleType_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