Struct ttf_parser::math::PartFlags
source · [−]pub struct PartFlags(pub u16);
Expand description
Glyph part flags.
Tuple Fields
0: u16
Implementations
Trait Implementations
impl Copy for PartFlags
Auto Trait Implementations
impl RefUnwindSafe for PartFlags
impl Send for PartFlags
impl Sync for PartFlags
impl Unpin for PartFlags
impl UnwindSafe for PartFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more