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