pub struct SubstLookup<'a> {
pub subtables: Vec<SubstitutionSubtable<'a>>,
pub set_digest: hb_set_digest_combiner_t<hb_set_digest_bits_pattern_t<4>, hb_set_digest_combiner_t<hb_set_digest_bits_pattern_t<0>, hb_set_digest_bits_pattern_t<9>>>,
pub reverse: bool,
pub props: u32,
}
Fields§
§subtables: Vec<SubstitutionSubtable<'a>>
§set_digest: hb_set_digest_combiner_t<hb_set_digest_bits_pattern_t<4>, hb_set_digest_combiner_t<hb_set_digest_bits_pattern_t<0>, hb_set_digest_bits_pattern_t<9>>>
§reverse: bool
§props: u32
Implementations§
Trait Implementations§
Source§impl Apply for SubstLookup<'_>
impl Apply for SubstLookup<'_>
Source§impl<'a> Clone for SubstLookup<'a>
impl<'a> Clone for SubstLookup<'a>
Source§fn clone(&self) -> SubstLookup<'a>
fn clone(&self) -> SubstLookup<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl LayoutLookup for SubstLookup<'_>
impl LayoutLookup for SubstLookup<'_>
Source§fn is_reverse(&self) -> bool
fn is_reverse(&self) -> bool
Whether the lookup has to be applied backwards.
Source§fn digest(
&self,
) -> &hb_set_digest_combiner_t<hb_set_digest_bits_pattern_t<4>, hb_set_digest_combiner_t<hb_set_digest_bits_pattern_t<0>, hb_set_digest_bits_pattern_t<9>>>
fn digest( &self, ) -> &hb_set_digest_combiner_t<hb_set_digest_bits_pattern_t<4>, hb_set_digest_combiner_t<hb_set_digest_bits_pattern_t<0>, hb_set_digest_bits_pattern_t<9>>>
The digest of the lookup.
Source§impl WouldApply for SubstLookup<'_>
impl WouldApply for SubstLookup<'_>
Source§fn would_apply(&self, ctx: &WouldApplyContext<'_>) -> bool
fn would_apply(&self, ctx: &WouldApplyContext<'_>) -> bool
Whether the lookup would be applied.
Auto Trait Implementations§
impl<'a> Freeze for SubstLookup<'a>
impl<'a> RefUnwindSafe for SubstLookup<'a>
impl<'a> Send for SubstLookup<'a>
impl<'a> Sync for SubstLookup<'a>
impl<'a> Unpin for SubstLookup<'a>
impl<'a> UnwindSafe for SubstLookup<'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