Struct puffin::ProfilerScope
source · pub struct ProfilerScope { /* private fields */ }
Expand description
Created by the puffin::profile*!(...)
macros.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProfilerScope
impl RefUnwindSafe for ProfilerScope
impl !Send for ProfilerScope
impl !Sync for ProfilerScope
impl Unpin for ProfilerScope
impl UnwindSafe for ProfilerScope
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