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