pub struct GsubSubClassSet { /* private fields */ }Implementations§
Source§impl GsubSubClassSet
impl GsubSubClassSet
pub fn sub_class_rule_count(&self) -> u16
pub fn sub_class_rule_offsets(&self) -> &[u16]
pub fn sub_class_rules(&self) -> &[GsubSubClassRule]
Auto Trait Implementations§
impl Freeze for GsubSubClassSet
impl RefUnwindSafe for GsubSubClassSet
impl Send for GsubSubClassSet
impl Sync for GsubSubClassSet
impl Unpin for GsubSubClassSet
impl UnsafeUnpin for GsubSubClassSet
impl UnwindSafe for GsubSubClassSet
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