pub struct GraphHandle(pub u64);Expand description
Handle to an instantiated CUDA graph (CUgraphExec).
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for GraphHandle
impl Clone for GraphHandle
Source§fn clone(&self) -> GraphHandle
fn clone(&self) -> GraphHandle
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 GraphHandle
impl Debug for GraphHandle
impl Copy for GraphHandle
Auto Trait Implementations§
impl Freeze for GraphHandle
impl RefUnwindSafe for GraphHandle
impl Send for GraphHandle
impl Sync for GraphHandle
impl Unpin for GraphHandle
impl UnwindSafe for GraphHandle
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