#[repr(transparent)]pub struct cudaGraphConditionalHandleFlags(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Source§impl cudaGraphConditionalHandleFlags
impl cudaGraphConditionalHandleFlags
Sourcepub const cudaGraphCondAssignDefault: cudaGraphConditionalHandleFlags
pub const cudaGraphCondAssignDefault: cudaGraphConditionalHandleFlags
< Apply default handle value when graph is launched.
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 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 ==
.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 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