#[repr(u32)]pub enum cudaGraphNodeType {
cudaGraphNodeTypeKernel = 0,
cudaGraphNodeTypeMemcpy = 1,
cudaGraphNodeTypeMemset = 2,
cudaGraphNodeTypeHost = 3,
cudaGraphNodeTypeGraph = 4,
cudaGraphNodeTypeEmpty = 5,
cudaGraphNodeTypeCount = 6,
}
Variants§
cudaGraphNodeTypeKernel = 0
cudaGraphNodeTypeMemcpy = 1
cudaGraphNodeTypeMemset = 2
cudaGraphNodeTypeHost = 3
cudaGraphNodeTypeGraph = 4
cudaGraphNodeTypeEmpty = 5
cudaGraphNodeTypeCount = 6
Trait Implementations§
Source§impl Clone for cudaGraphNodeType
impl Clone for cudaGraphNodeType
Source§fn clone(&self) -> cudaGraphNodeType
fn clone(&self) -> cudaGraphNodeType
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 cudaGraphNodeType
impl Debug for cudaGraphNodeType
Source§impl Hash for cudaGraphNodeType
impl Hash for cudaGraphNodeType
Source§impl Ord for cudaGraphNodeType
impl Ord for cudaGraphNodeType
Source§fn cmp(&self, other: &cudaGraphNodeType) -> Ordering
fn cmp(&self, other: &cudaGraphNodeType) -> 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 cudaGraphNodeType
impl PartialEq for cudaGraphNodeType
Source§impl PartialOrd for cudaGraphNodeType
impl PartialOrd for cudaGraphNodeType
impl Copy for cudaGraphNodeType
impl Eq for cudaGraphNodeType
impl StructuralPartialEq for cudaGraphNodeType
Auto Trait Implementations§
impl Freeze for cudaGraphNodeType
impl RefUnwindSafe for cudaGraphNodeType
impl Send for cudaGraphNodeType
impl Sync for cudaGraphNodeType
impl Unpin for cudaGraphNodeType
impl UnwindSafe for cudaGraphNodeType
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