Struct font_types::FWord
source · pub struct FWord(/* private fields */);
Expand description
16-bit signed quantity in font design units.
Implementations§
Trait Implementations§
Trait Implementations§
source§impl Ord for FWord
impl Ord for FWord
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Trait Implementations§
source§impl AddAssign for Fixed
impl AddAssign for Fixed
source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
+=
operation. Read moresource§impl DivAssign for Fixed
impl DivAssign for Fixed
source§fn div_assign(&mut self, rhs: Self)
fn div_assign(&mut self, rhs: Self)
/=
operation. Read moreTrait Implementations§
source§impl AddAssign for Fixed
impl AddAssign for Fixed
source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
+=
operation. Read moresource§impl DivAssign for Fixed
impl DivAssign for Fixed
source§fn div_assign(&mut self, rhs: Self)
fn div_assign(&mut self, rhs: Self)
/=
operation. Read moresource§impl MulAssign for Fixed
impl MulAssign for Fixed
source§fn mul_assign(&mut self, rhs: Self)
fn mul_assign(&mut self, rhs: Self)
*=
operation. Read moresource§impl Ord for Fixed
impl Ord for Fixed
source§impl PartialOrd for Fixed
impl PartialOrd for Fixed
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl SubAssign for Fixed
impl SubAssign for Fixed
source§fn sub_assign(&mut self, other: Self)
fn sub_assign(&mut self, other: Self)
-=
operation. Read moreimpl AnyBitPattern for Fixed
impl Copy for Fixed
impl Eq for Fixed
impl NoUninit for Fixed
impl StructuralPartialEq for Fixed
Auto Trait Implementations§
impl Freeze for Fixed
impl RefUnwindSafe for Fixed
impl Send for Fixed
impl Sync for Fixed
impl Unpin for Fixed
impl UnwindSafe for Fixed
Blanket Implementations§
source§impl SubAssign for Fixed
impl SubAssign for Fixed
source§fn sub_assign(&mut self, other: Self)
fn sub_assign(&mut self, other: Self)
-=
operation. Read more