Struct owned_ttf_parser::cmap::Subtable0
source · pub struct Subtable0<'a> {
pub glyph_ids: &'a [u8],
}
Expand description
A format 0 subtable.
Fields§
§glyph_ids: &'a [u8]
Just a list of 256 8bit glyph IDs.
Implementations§
Trait Implementations§
impl<'a> Copy for Subtable0<'a>
Auto Trait Implementations§
impl<'a> Freeze for Subtable0<'a>
impl<'a> RefUnwindSafe for Subtable0<'a>
impl<'a> Send for Subtable0<'a>
impl<'a> Sync for Subtable0<'a>
impl<'a> Unpin for Subtable0<'a>
impl<'a> UnwindSafe for Subtable0<'a>
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