pub struct SubstLookupRecord { /* private fields */ }Implementations§
Source§impl SubstLookupRecord
impl SubstLookupRecord
pub fn glyph_sequence_index(&self) -> u16
pub fn lookup_list_index(&self) -> u16
Auto Trait Implementations§
impl Freeze for SubstLookupRecord
impl RefUnwindSafe for SubstLookupRecord
impl Send for SubstLookupRecord
impl Sync for SubstLookupRecord
impl Unpin for SubstLookupRecord
impl UnsafeUnpin for SubstLookupRecord
impl UnwindSafe for SubstLookupRecord
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