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