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