pub struct GposChainSubRuleSet { /* private fields */ }Implementations§
Source§impl GposChainSubRuleSet
impl GposChainSubRuleSet
pub fn chain_sub_rule_count(&self) -> u16
pub fn chain_sub_rule_offsets(&self) -> &[u16]
pub fn chain_sub_rules(&self) -> &[GposChainSubRule]
Auto Trait Implementations§
impl Freeze for GposChainSubRuleSet
impl RefUnwindSafe for GposChainSubRuleSet
impl Send for GposChainSubRuleSet
impl Sync for GposChainSubRuleSet
impl Unpin for GposChainSubRuleSet
impl UnsafeUnpin for GposChainSubRuleSet
impl UnwindSafe for GposChainSubRuleSet
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