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§
Trait Implementations§
source§impl Debug for StringHandle
impl Debug for StringHandle
source§impl From<&str> for StringHandle
impl From<&str> for StringHandle
source§impl PartialEq<StringHandle> for StringHandle
impl PartialEq<StringHandle> for StringHandle
source§fn 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 ==
.