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