pub enum GlyfOutline {
Simple(SimpleGlyf),
Compound(CompoundGlyf),
}Expand description
The outline features of a glyph
Variants§
Implementations§
Source§impl GlyfOutline
impl GlyfOutline
Trait Implementations§
Source§impl Clone for GlyfOutline
impl Clone for GlyfOutline
Source§fn clone(&self) -> GlyfOutline
fn clone(&self) -> GlyfOutline
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GlyfOutline
impl Debug for GlyfOutline
Source§impl Default for GlyfOutline
impl Default for GlyfOutline
Source§fn default() -> GlyfOutline
fn default() -> GlyfOutline
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GlyfOutline
impl RefUnwindSafe for GlyfOutline
impl Send for GlyfOutline
impl Sync for GlyfOutline
impl Unpin for GlyfOutline
impl UnwindSafe for GlyfOutline
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