pub struct GsubChainSubRule { /* private fields */ }Implementations§
Source§impl GsubChainSubRule
impl GsubChainSubRule
pub fn backtrack_glyph_count(&self) -> u16
pub fn backtrack_glyph_ids(&self) -> &[u16]
pub fn input_glyph_count(&self) -> u16
pub fn input_glyph_ids(&self) -> &[u16]
pub fn lookahead_glyph_count(&self) -> u16
pub fn lookahead_glyph_ids(&self) -> &[u16]
pub fn sub_count(&self) -> u16
pub fn subst_lookup_records(&self) -> &[SubstLookupRecord]
Auto Trait Implementations§
impl Freeze for GsubChainSubRule
impl RefUnwindSafe for GsubChainSubRule
impl Send for GsubChainSubRule
impl Sync for GsubChainSubRule
impl Unpin for GsubChainSubRule
impl UnsafeUnpin for GsubChainSubRule
impl UnwindSafe for GsubChainSubRule
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