Struct ttf_parser::tables::gvar::packed_deltas::Control
source · struct Control(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl Control
impl Control
const DELTAS_ARE_ZERO_FLAG: u8 = 128u8
const DELTAS_ARE_WORDS_FLAG: u8 = 64u8
const DELTA_RUN_COUNT_MASK: u8 = 63u8
fn is_deltas_are_zero(&self) -> bool
fn is_deltas_are_words(&self) -> bool
fn run_count(&self) -> u8
Auto Trait Implementations§
impl Freeze for Control
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnwindSafe for Control
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