pub(crate) struct CachedOutline<'a> {
pub(crate) path: &'a Arc<BezPath>,
pub(crate) bbox: Rect,
}Expand description
A cached outline glyph path with its precise bounding box.
Fields§
§path: &'a Arc<BezPath>§bbox: RectAuto Trait Implementations§
impl<'a> Freeze for CachedOutline<'a>
impl<'a> RefUnwindSafe for CachedOutline<'a>
impl<'a> Send for CachedOutline<'a>
impl<'a> Sync for CachedOutline<'a>
impl<'a> Unpin for CachedOutline<'a>
impl<'a> UnsafeUnpin for CachedOutline<'a>
impl<'a> UnwindSafe for CachedOutline<'a>
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