pub struct OutlineGlyph<'a> {
pub path: &'a BezPath,
}
Expand description
A glyph defined by a path (its outline) and a local transform.
Fields§
§path: &'a BezPath
The path of the glyph.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for OutlineGlyph<'a>
impl<'a> RefUnwindSafe for OutlineGlyph<'a>
impl<'a> Send for OutlineGlyph<'a>
impl<'a> Sync for OutlineGlyph<'a>
impl<'a> Unpin for OutlineGlyph<'a>
impl<'a> UnwindSafe for OutlineGlyph<'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