#[repr(transparent)]pub struct CUgreenCtxCreate_flags(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Source§impl CUgreenCtxCreate_flags
impl CUgreenCtxCreate_flags
Sourcepub const CU_GREEN_CTX_DEFAULT_STREAM: CUgreenCtxCreate_flags
pub const CU_GREEN_CTX_DEFAULT_STREAM: CUgreenCtxCreate_flags
< Required. Creates a default stream to use inside the green context
Trait Implementations§
Source§impl Clone for CUgreenCtxCreate_flags
impl Clone for CUgreenCtxCreate_flags
Source§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 moreSource§impl Debug for CUgreenCtxCreate_flags
impl Debug for CUgreenCtxCreate_flags
Source§impl Hash for CUgreenCtxCreate_flags
impl Hash for CUgreenCtxCreate_flags
Source§impl PartialEq for CUgreenCtxCreate_flags
impl PartialEq 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 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