pub struct AatCache {
pub morx: Vec<MorxSubtableCache>,
pub kern: Vec<KernSubtableCache>,
pub kerx: Vec<KerxSubtableCache>,
}Fields§
§morx: Vec<MorxSubtableCache>§kern: Vec<KernSubtableCache>§kerx: Vec<KerxSubtableCache>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AatCache
impl RefUnwindSafe for AatCache
impl Send for AatCache
impl Sync for AatCache
impl Unpin for AatCache
impl UnsafeUnpin for AatCache
impl UnwindSafe for AatCache
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