Skip to main content

FontWidthFixedPoint

Type Alias FontWidthFixedPoint 

Source
pub type FontWidthFixedPoint = FixedPoint<u16, FONT_WIDTH_FRACTION_BITS>;
Expand description

This is an alias which is useful mostly as a cbindgen / C++ inference workaround.

Aliased Type§

#[repr(C)]
pub struct FontWidthFixedPoint { pub value: u16, }

Fields§

§value: u16

The actual representation.