pub(crate) enum LayoutLookupList<'a> {
Gsub(&'a SubstitutionLookupList<'a>),
Gpos(&'a PositionLookupList<'a>),
}
Variants§
Gsub(&'a SubstitutionLookupList<'a>)
Gpos(&'a PositionLookupList<'a>)
Auto Trait Implementations§
impl<'a> Freeze for LayoutLookupList<'a>
impl<'a> RefUnwindSafe for LayoutLookupList<'a>
impl<'a> !Send for LayoutLookupList<'a>
impl<'a> !Sync for LayoutLookupList<'a>
impl<'a> Unpin for LayoutLookupList<'a>
impl<'a> UnwindSafe for LayoutLookupList<'a>
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