#[repr(transparent)]pub struct cudaUserObjectRetainFlags(pub c_uint);
Expand description
Flags for retaining user object references for graphs
Tuple Fields§
§0: c_uint
Implementations§
Source§impl cudaUserObjectRetainFlags
impl cudaUserObjectRetainFlags
Sourcepub const cudaGraphUserObjectMove: cudaUserObjectRetainFlags
pub const cudaGraphUserObjectMove: cudaUserObjectRetainFlags
< Transfer references from the caller rather than creating new references.
Trait Implementations§
Source§impl Clone for cudaUserObjectRetainFlags
impl Clone for cudaUserObjectRetainFlags
Source§fn clone(&self) -> cudaUserObjectRetainFlags
fn clone(&self) -> cudaUserObjectRetainFlags
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 cudaUserObjectRetainFlags
impl Debug for cudaUserObjectRetainFlags
Source§impl Hash for cudaUserObjectRetainFlags
impl Hash for cudaUserObjectRetainFlags
impl Copy for cudaUserObjectRetainFlags
impl Eq for cudaUserObjectRetainFlags
impl StructuralPartialEq for cudaUserObjectRetainFlags
Auto Trait Implementations§
impl Freeze for cudaUserObjectRetainFlags
impl RefUnwindSafe for cudaUserObjectRetainFlags
impl Send for cudaUserObjectRetainFlags
impl Sync for cudaUserObjectRetainFlags
impl Unpin for cudaUserObjectRetainFlags
impl UnwindSafe for cudaUserObjectRetainFlags
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