pub struct Gpos8 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ContextualRuleNode for Gpos8
impl ContextualRuleNode for Gpos8
Source§fn backtrack(&self) -> BacktrackSequence
fn backtrack(&self) -> BacktrackSequence
The backtrack sequence
Source§fn lookahead(&self) -> LookaheadSequence
fn lookahead(&self) -> LookaheadSequence
The lookahead sequence
Source§fn input(&self) -> InputSequence
fn input(&self) -> InputSequence
The input sequence
Auto Trait Implementations§
impl Freeze for Gpos8
impl RefUnwindSafe for Gpos8
impl Send for Gpos8
impl Sync for Gpos8
impl Unpin for Gpos8
impl UnwindSafe for Gpos8
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T
, using the provided data to resolve any offsets.