Struct ttf_parser::parser::Offset24
source · pub struct Offset24(pub u32);
Expand description
A type-safe u24 offset.
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for Offset24
Auto Trait Implementations§
impl Freeze for Offset24
impl RefUnwindSafe for Offset24
impl Send for Offset24
impl Sync for Offset24
impl Unpin for Offset24
impl UnwindSafe for Offset24
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more