Struct ittapi::StringHandle
source · [−]pub struct StringHandle(_);
Expand description
String handles are ITT’s mechanism for efficiently naming objects. See the String Handle API documentation for more information.
Implementations
sourceimpl StringHandle
impl StringHandle
Trait Implementations
sourceimpl Debug for StringHandle
impl Debug for StringHandle
sourceimpl PartialEq<StringHandle> for StringHandle
impl PartialEq<StringHandle> for StringHandle
sourcefn eq(&self, other: &StringHandle) -> bool
fn eq(&self, other: &StringHandle) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &StringHandle) -> bool
fn ne(&self, other: &StringHandle) -> bool
This method tests for !=
.
impl StructuralPartialEq for StringHandle
Auto Trait Implementations
impl RefUnwindSafe for StringHandle
impl !Send for StringHandle
impl !Sync for StringHandle
impl Unpin for StringHandle
impl UnwindSafe for StringHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more