Struct read_fonts::tables::name::MacRomanMapping
source · pub struct MacRomanMapping;
Expand description
A helper for encoding and decoding Mac OS Roman encoded strings.
Implementations§
Auto Trait Implementations§
impl Freeze for MacRomanMapping
impl RefUnwindSafe for MacRomanMapping
impl Send for MacRomanMapping
impl Sync for MacRomanMapping
impl Unpin for MacRomanMapping
impl UnwindSafe for MacRomanMapping
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