Struct font_types::Offset32
source · pub struct Offset32(_);
Expand description
A32-bit offset to a table.
Specific offset fields may or may not permit NULL values; however we
assume that errors are possible, and expect the caller to handle
the None
case.
Implementations§
Trait Implementations§
source§impl Ord for Offset32
impl Ord for Offset32
source§impl PartialEq<Offset32> for Offset32
impl PartialEq<Offset32> for Offset32
source§impl PartialOrd<Offset32> for Offset32
impl PartialOrd<Offset32> for Offset32
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