pub struct Domain(_);
Expand description
A domain enables tagging trace data for different modules or libraries in a program. See the Domain API documentation for more information.
Implementations
Trait Implementations
impl Sync for Domain
As discussed in the ITT documentation, the __itt_domain
structure is accessible by any
thread in the process.
Auto Trait Implementations
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