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