pub struct Domain(/* private fields */);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§
impl Freeze for Domain
impl RefUnwindSafe for Domain
impl !Send for Domain
impl Unpin for Domain
impl UnwindSafe for Domain
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