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