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