pub struct GsubChainSubClassSet { /* private fields */ }Implementations§
Source§impl GsubChainSubClassSet
impl GsubChainSubClassSet
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) -> &[GsubChainSubClassRule]
Auto Trait Implementations§
impl Freeze for GsubChainSubClassSet
impl RefUnwindSafe for GsubChainSubClassSet
impl Send for GsubChainSubClassSet
impl Sync for GsubChainSubClassSet
impl Unpin for GsubChainSubClassSet
impl UnsafeUnpin for GsubChainSubClassSet
impl UnwindSafe for GsubChainSubClassSet
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