Struct owned_ttf_parser::cmap::Subtable4
source · pub struct Subtable4<'a> {
start_codes: LazyArray16<'a, u16>,
end_codes: LazyArray16<'a, u16>,
id_deltas: LazyArray16<'a, i16>,
id_range_offsets: LazyArray16<'a, u16>,
id_range_offset_pos: usize,
data: &'a [u8],
}
Expand description
A format 4 subtable.
Fields§
§start_codes: LazyArray16<'a, u16>
§end_codes: LazyArray16<'a, u16>
§id_deltas: LazyArray16<'a, i16>
§id_range_offsets: LazyArray16<'a, u16>
§id_range_offset_pos: usize
§data: &'a [u8]
Implementations§
Trait Implementations§
impl<'a> Copy for Subtable4<'a>
Auto Trait Implementations§
impl<'a> Freeze for Subtable4<'a>
impl<'a> RefUnwindSafe for Subtable4<'a>
impl<'a> Send for Subtable4<'a>
impl<'a> Sync for Subtable4<'a>
impl<'a> Unpin for Subtable4<'a>
impl<'a> UnwindSafe for Subtable4<'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