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