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