pub struct nvtxResourceHandle { /* private fields */ }Trait Implementations§
Source§impl Clone for nvtxResourceHandle
impl Clone for nvtxResourceHandle
Source§fn clone(&self) -> nvtxResourceHandle
fn clone(&self) -> nvtxResourceHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for nvtxResourceHandle
Auto Trait Implementations§
impl Freeze for nvtxResourceHandle
impl RefUnwindSafe for nvtxResourceHandle
impl Send for nvtxResourceHandle
impl Sync for nvtxResourceHandle
impl Unpin for nvtxResourceHandle
impl UnsafeUnpin for nvtxResourceHandle
impl UnwindSafe for nvtxResourceHandle
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