#[repr(u32)]pub enum cudaGraphConditionalHandleFlags {
cudaGraphCondAssignDefault = 1,
}Variants§
cudaGraphCondAssignDefault = 1
Trait Implementations§
Source§impl Clone for cudaGraphConditionalHandleFlags
impl Clone for cudaGraphConditionalHandleFlags
Source§fn clone(&self) -> cudaGraphConditionalHandleFlags
fn clone(&self) -> cudaGraphConditionalHandleFlags
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 Ord for cudaGraphConditionalHandleFlags
impl Ord for cudaGraphConditionalHandleFlags
Source§fn cmp(&self, other: &cudaGraphConditionalHandleFlags) -> Ordering
fn cmp(&self, other: &cudaGraphConditionalHandleFlags) -> 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 cudaGraphConditionalHandleFlags
impl PartialEq for cudaGraphConditionalHandleFlags
Source§fn eq(&self, other: &cudaGraphConditionalHandleFlags) -> bool
fn eq(&self, other: &cudaGraphConditionalHandleFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cudaGraphConditionalHandleFlags
impl PartialOrd for cudaGraphConditionalHandleFlags
impl Copy for cudaGraphConditionalHandleFlags
impl Eq for cudaGraphConditionalHandleFlags
impl StructuralPartialEq for cudaGraphConditionalHandleFlags
Auto Trait Implementations§
impl Freeze for cudaGraphConditionalHandleFlags
impl RefUnwindSafe for cudaGraphConditionalHandleFlags
impl Send for cudaGraphConditionalHandleFlags
impl Sync for cudaGraphConditionalHandleFlags
impl Unpin for cudaGraphConditionalHandleFlags
impl UnsafeUnpin for cudaGraphConditionalHandleFlags
impl UnwindSafe for cudaGraphConditionalHandleFlags
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