pub struct UsvgrTextOutlineCache { /* private fields */ }Expand description
Text outline and layoute cache
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for UsvgrTextOutlineCache
impl !RefUnwindSafe for UsvgrTextOutlineCache
impl Send for UsvgrTextOutlineCache
impl !Sync for UsvgrTextOutlineCache
impl Unpin for UsvgrTextOutlineCache
impl UnwindSafe for UsvgrTextOutlineCache
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