pub struct UsvgrTextLayoutCache(/* private fields */);Expand description
Text layout cache. An lru cache strategy that holds an individual text node path group.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsvgrTextLayoutCache
impl !RefUnwindSafe for UsvgrTextLayoutCache
impl !Send for UsvgrTextLayoutCache
impl !Sync for UsvgrTextLayoutCache
impl Unpin for UsvgrTextLayoutCache
impl !UnwindSafe for UsvgrTextLayoutCache
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