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