Struct owned_ttf_parser::math::KernInfos
source · pub struct KernInfos<'a> {
data: &'a [u8],
coverage: Coverage<'a>,
records: LazyArray16<'a, KernInfoRecord>,
}
Expand description
Fields§
§data: &'a [u8]
§coverage: Coverage<'a>
§records: LazyArray16<'a, KernInfoRecord>
Implementations§
Trait Implementations§
impl<'a> Copy for KernInfos<'a>
Auto Trait Implementations§
impl<'a> Freeze for KernInfos<'a>
impl<'a> RefUnwindSafe for KernInfos<'a>
impl<'a> Send for KernInfos<'a>
impl<'a> Sync for KernInfos<'a>
impl<'a> Unpin for KernInfos<'a>
impl<'a> UnwindSafe for KernInfos<'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