Struct font_types::Uint24
source · pub struct Uint24(_);Expand description
24-bit unsigned integer.
Implementations§
Trait Implementations§
source§impl Ord for Uint24
impl Ord for Uint24
source§impl PartialOrd<Uint24> for Uint24
impl PartialOrd<Uint24> for Uint24
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more