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