Struct webrender_api::display_list::DebugStats
source · 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: usize
Last 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 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