Struct webrender_api::display_list::DisplayListCapacity
source · #[repr(C)]struct DisplayListCapacity {
items_size: usize,
cache_size: usize,
spatial_tree_size: usize,
}
Fields§
§items_size: usize
§cache_size: usize
§spatial_tree_size: usize
Implementations§
Auto Trait Implementations§
impl Freeze for DisplayListCapacity
impl RefUnwindSafe for DisplayListCapacity
impl Send for DisplayListCapacity
impl Sync for DisplayListCapacity
impl Unpin for DisplayListCapacity
impl UnwindSafe for DisplayListCapacity
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