Struct owned_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 Freeze for PartFlags
impl RefUnwindSafe for PartFlags
impl Send for PartFlags
impl Sync for PartFlags
impl Unpin for PartFlags
impl UnwindSafe for PartFlags
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