pub struct GposTable<GposSubtable> { /* private fields */ }Implementations§
Source§impl GposTable<GposSubtable>
impl GposTable<GposSubtable>
pub fn header(&self) -> TableHeader
pub fn script_list(&self) -> &ScriptList
pub fn feature_list(&self) -> &FeatureList
pub fn lookup_list(&self) -> &LookupList<GposSubtable>
pub fn feature_variations(&self) -> Option<&FeatureVariations>
Auto Trait Implementations§
impl<GposSubtable> Freeze for GposTable<GposSubtable>
impl<GposSubtable> RefUnwindSafe for GposTable<GposSubtable>where
GposSubtable: RefUnwindSafe,
impl<GposSubtable> Send for GposTable<GposSubtable>where
GposSubtable: Send,
impl<GposSubtable> Sync for GposTable<GposSubtable>where
GposSubtable: Sync,
impl<GposSubtable> Unpin for GposTable<GposSubtable>where
GposSubtable: Unpin,
impl<GposSubtable> UnsafeUnpin for GposTable<GposSubtable>
impl<GposSubtable> UnwindSafe for GposTable<GposSubtable>where
GposSubtable: UnwindSafe,
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