Struct ttf_parser::parser::F2DOT14
source · pub struct F2DOT14(pub i16);
Expand description
A 16-bit signed fixed number with the low 14 bits of fraction (2.14).
Tuple Fields§
§0: i16
Implementations§
Trait Implementations§
impl Copy for F2DOT14
Auto Trait Implementations§
impl Freeze for F2DOT14
impl RefUnwindSafe for F2DOT14
impl Send for F2DOT14
impl Sync for F2DOT14
impl Unpin for F2DOT14
impl UnwindSafe for F2DOT14
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