struct DebugStats {
last_addr: usize,
stats: HashMap<&'static str, ItemStats>,
}Expand description
Internal info used for more detailed analysis of serialized display lists
Fields§
§last_addr: usizeLast address in the buffer we pointed to, for computing serialized sizes
stats: HashMap<&'static str, ItemStats>Implementations§
Auto Trait Implementations§
impl Freeze for DebugStats
impl RefUnwindSafe for DebugStats
impl Send for DebugStats
impl Sync for DebugStats
impl Unpin for DebugStats
impl UnsafeUnpin for DebugStats
impl UnwindSafe for DebugStats
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