pub struct RenderDiagnostics { /* private fields */ }Implementations§
Source§impl RenderDiagnostics
impl RenderDiagnostics
pub fn new() -> Self
pub fn claim_warning_once(&self, key: &'static str) -> bool
pub fn record_live_modifier_slice_lookup_miss(&self)
pub fn live_modifier_slice_lookup_miss_count(&self) -> usize
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RenderDiagnostics
impl !RefUnwindSafe for RenderDiagnostics
impl Send for RenderDiagnostics
impl !Sync for RenderDiagnostics
impl Unpin for RenderDiagnostics
impl UnsafeUnpin for RenderDiagnostics
impl UnwindSafe for RenderDiagnostics
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