Struct ttf_parser::tables::kern::OTCoverage
source · struct OTCoverage(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl OTCoverage
impl OTCoverage
fn is_horizontal(self) -> bool
fn has_cross_stream(self) -> bool
Trait Implementations§
source§impl Clone for OTCoverage
impl Clone for OTCoverage
source§fn clone(&self) -> OTCoverage
fn clone(&self) -> OTCoverage
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 OTCoverage
impl Debug for OTCoverage
source§impl FromData for OTCoverage
impl FromData for OTCoverage
impl Copy for OTCoverage
Auto Trait Implementations§
impl Freeze for OTCoverage
impl RefUnwindSafe for OTCoverage
impl Send for OTCoverage
impl Sync for OTCoverage
impl Unpin for OTCoverage
impl UnwindSafe for OTCoverage
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