pub struct StringHandle { /* private fields */ }Expand description
Unique handle for a registered string.
Trait Implementations§
Source§impl Clone for StringHandle
impl Clone for StringHandle
Source§fn clone(&self) -> StringHandle
fn clone(&self) -> StringHandle
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 StringHandle
Source§impl Debug for StringHandle
impl Debug for StringHandle
impl Eq for StringHandle
Source§impl From<StringHandle> for nvtxStringHandle_t
impl From<StringHandle> for nvtxStringHandle_t
Source§fn from(value: StringHandle) -> Self
fn from(value: StringHandle) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StringHandle
impl PartialEq for StringHandle
impl Send for StringHandle
impl StructuralPartialEq for StringHandle
impl Sync for StringHandle
Auto Trait Implementations§
impl Freeze for StringHandle
impl RefUnwindSafe for StringHandle
impl Unpin for StringHandle
impl UnsafeUnpin for StringHandle
impl UnwindSafe for StringHandle
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