Struct ttf_parser::tables::glyf::CompositeGlyphFlags
source · pub(crate) struct CompositeGlyphFlags(u16);
Tuple Fields§
§0: u16
Implementations§
source§impl CompositeGlyphFlags
impl CompositeGlyphFlags
pub fn arg_1_and_2_are_words(self) -> bool
pub fn args_are_xy_values(self) -> bool
pub fn we_have_a_scale(self) -> bool
pub fn more_components(self) -> bool
pub fn we_have_an_x_and_y_scale(self) -> bool
pub fn we_have_a_two_by_two(self) -> bool
Trait Implementations§
source§impl Clone for CompositeGlyphFlags
impl Clone for CompositeGlyphFlags
source§fn clone(&self) -> CompositeGlyphFlags
fn clone(&self) -> CompositeGlyphFlags
Returns a copy 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 CompositeGlyphFlags
impl Debug for CompositeGlyphFlags
impl Copy for CompositeGlyphFlags
Auto Trait Implementations§
impl Freeze for CompositeGlyphFlags
impl RefUnwindSafe for CompositeGlyphFlags
impl Send for CompositeGlyphFlags
impl Sync for CompositeGlyphFlags
impl Unpin for CompositeGlyphFlags
impl UnwindSafe for CompositeGlyphFlags
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