Struct owned_ttf_parser::math::Variants
source · pub struct Variants<'a> {
pub min_connector_overlap: u16,
pub vertical_constructions: GlyphConstructions<'a>,
pub horizontal_constructions: GlyphConstructions<'a>,
}
Expand description
Fields§
§min_connector_overlap: u16
Minimum overlap of connecting glyphs during glyph construction, in design units.
vertical_constructions: GlyphConstructions<'a>
Constructions for shapes growing in the vertical direction.
horizontal_constructions: GlyphConstructions<'a>
Constructions for shapes growing in the horizontal direction.
Trait Implementations§
impl<'a> Copy for Variants<'a>
Auto Trait Implementations§
impl<'a> Freeze for Variants<'a>
impl<'a> RefUnwindSafe for Variants<'a>
impl<'a> Send for Variants<'a>
impl<'a> Sync for Variants<'a>
impl<'a> Unpin for Variants<'a>
impl<'a> UnwindSafe for Variants<'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