Struct ttf_parser::parser::F2DOT14 [−][src]
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: i16Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for F2DOT14
impl UnwindSafe for F2DOT14
Blanket Implementations
Mutably borrows from an owned value. Read more
