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