Struct ttf_parser::tables::kerx::Coverage
source · struct Coverage(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl Coverage
impl Coverage
pub fn is_horizontal(self) -> bool
pub fn has_cross_stream(self) -> bool
pub fn is_variable(self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Coverage
impl RefUnwindSafe for Coverage
impl Send for Coverage
impl Sync for Coverage
impl Unpin for Coverage
impl UnwindSafe for Coverage
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