#[repr(C)]struct DisplayListCapacity {
items_size: usize,
cache_size: usize,
spatial_tree_size: usize,
}Fields§
§items_size: usize§cache_size: usize§spatial_tree_size: usizeImplementations§
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