Struct puffin::GlobalFrameView
source · pub struct GlobalFrameView { /* private fields */ }
Expand description
Automatically connects to crate::GlobalProfiler
.
Implementations§
source§impl GlobalFrameView
impl GlobalFrameView
sourcepub fn sink_id(&self) -> FrameSinkId
pub fn sink_id(&self) -> FrameSinkId
Sink ID
sourcepub fn lock(&self) -> MutexGuard<'_, FrameView>
pub fn lock(&self) -> MutexGuard<'_, FrameView>
View the latest profiling data.
Trait Implementations§
source§impl Default for GlobalFrameView
impl Default for GlobalFrameView
Auto Trait Implementations§
impl Freeze for GlobalFrameView
impl !RefUnwindSafe for GlobalFrameView
impl Send for GlobalFrameView
impl Sync for GlobalFrameView
impl Unpin for GlobalFrameView
impl !UnwindSafe for GlobalFrameView
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