Struct owned_ttf_parser::avar::Table
source · pub struct Table<'a> {
pub segment_maps: SegmentMaps<'a>,
}
Expand description
Fields§
§segment_maps: SegmentMaps<'a>
The segment maps array — one segment map for each axis
in the order of axes specified in the fvar
table.
Implementations§
Trait Implementations§
impl<'a> Copy for Table<'a>
Auto Trait Implementations§
impl<'a> Freeze for Table<'a>
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> Send for Table<'a>
impl<'a> Sync for Table<'a>
impl<'a> Unpin for Table<'a>
impl<'a> UnwindSafe for Table<'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