#[repr(transparent)]pub struct cudaCGScope(pub c_uint);
Expand description
CUDA cooperative group scope
Tuple Fields§
§0: c_uint
Implementations§
Source§impl cudaCGScope
impl cudaCGScope
Sourcepub const cudaCGScopeInvalid: cudaCGScope
pub const cudaCGScopeInvalid: cudaCGScope
< Invalid cooperative group scope
Source§impl cudaCGScope
impl cudaCGScope
Sourcepub const cudaCGScopeGrid: cudaCGScope
pub const cudaCGScopeGrid: cudaCGScope
< Scope represented by a grid_group
Source§impl cudaCGScope
impl cudaCGScope
Sourcepub const cudaCGScopeMultiGrid: cudaCGScope
pub const cudaCGScopeMultiGrid: cudaCGScope
< Scope represented by a multi_grid_group
Trait Implementations§
Source§impl Clone for cudaCGScope
impl Clone for cudaCGScope
Source§fn clone(&self) -> cudaCGScope
fn clone(&self) -> cudaCGScope
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 cudaCGScope
impl Debug for cudaCGScope
Source§impl Hash for cudaCGScope
impl Hash for cudaCGScope
Source§impl PartialEq for cudaCGScope
impl PartialEq for cudaCGScope
impl Copy for cudaCGScope
impl Eq for cudaCGScope
impl StructuralPartialEq for cudaCGScope
Auto Trait Implementations§
impl Freeze for cudaCGScope
impl RefUnwindSafe for cudaCGScope
impl Send for cudaCGScope
impl Sync for cudaCGScope
impl Unpin for cudaCGScope
impl UnwindSafe for cudaCGScope
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