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