pub struct Outline {
pub contours: Vec<Contour>,
}
Expand description
A glyph vector outline or path.
Fields§
§contours: Vec<Contour>
The individual subpaths that make up this outline.
Implementations§
Trait Implementations§
source§impl PartialEq for Outline
impl PartialEq for Outline
impl StructuralPartialEq for Outline
Auto Trait Implementations§
impl Freeze for Outline
impl RefUnwindSafe for Outline
impl Send for Outline
impl Sync for Outline
impl Unpin for Outline
impl UnwindSafe for Outline
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