Struct ttf_parser::parser::Offset32
source · pub struct Offset32(pub u32);
Expand description
A type-safe u32 offset.
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for Offset32
Auto Trait Implementations§
impl Freeze for Offset32
impl RefUnwindSafe for Offset32
impl Send for Offset32
impl Sync for Offset32
impl Unpin for Offset32
impl UnwindSafe for Offset32
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