pub struct HeightCache { /* private fields */ }Expand description
LRU cache for measured item heights.
Implementations§
Source§impl HeightCache
impl HeightCache
Trait Implementations§
Source§impl Clone for HeightCache
impl Clone for HeightCache
Source§fn clone(&self) -> HeightCache
fn clone(&self) -> HeightCache
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeightCache
impl Debug for HeightCache
Auto Trait Implementations§
impl Freeze for HeightCache
impl RefUnwindSafe for HeightCache
impl Send for HeightCache
impl Sync for HeightCache
impl Unpin for HeightCache
impl UnsafeUnpin for HeightCache
impl UnwindSafe for HeightCache
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