pub struct Dsv4Phase<'a> { /* private fields */ }Expand description
A named, nestable phase bracket. Constructed through the phase! macro, which supplies a
NUL-terminated literal so the NVTX push needs no allocation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Dsv4Phase<'a>
impl<'a> RefUnwindSafe for Dsv4Phase<'a>
impl<'a> Send for Dsv4Phase<'a>
impl<'a> Sync for Dsv4Phase<'a>
impl<'a> Unpin for Dsv4Phase<'a>
impl<'a> UnsafeUnpin for Dsv4Phase<'a>
impl<'a> UnwindSafe for Dsv4Phase<'a>
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