pub struct nvtxSyncUser { /* private fields */ }Trait Implementations§
Source§impl Clone for nvtxSyncUser
impl Clone for nvtxSyncUser
Source§fn clone(&self) -> nvtxSyncUser
fn clone(&self) -> nvtxSyncUser
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 nvtxSyncUser
Auto Trait Implementations§
impl Freeze for nvtxSyncUser
impl RefUnwindSafe for nvtxSyncUser
impl Send for nvtxSyncUser
impl Sync for nvtxSyncUser
impl Unpin for nvtxSyncUser
impl UnsafeUnpin for nvtxSyncUser
impl UnwindSafe for nvtxSyncUser
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