pub struct GposChainSubClassSet { /* private fields */ }Implementations§
Source§impl GposChainSubClassSet
impl GposChainSubClassSet
pub fn chain_sub_class_rule_count(&self) -> u16
pub fn chain_sub_class_rule_offsets(&self) -> &[u16]
pub fn chain_sub_class_rules(&self) -> &[GposChainSubClassRule]
Auto Trait Implementations§
impl Freeze for GposChainSubClassSet
impl RefUnwindSafe for GposChainSubClassSet
impl Send for GposChainSubClassSet
impl Sync for GposChainSubClassSet
impl Unpin for GposChainSubClassSet
impl UnsafeUnpin for GposChainSubClassSet
impl UnwindSafe for GposChainSubClassSet
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