pub struct PositioningLookup<'a> {
    pub subtables: Vec<PositioningSubtable<'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 props: u32,
}Fields§
§subtables: Vec<PositioningSubtable<'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>>>§props: u32Implementations§
Trait Implementations§
Source§impl Apply for PositioningLookup<'_>
 
impl Apply for PositioningLookup<'_>
Source§impl<'a> Clone for PositioningLookup<'a>
 
impl<'a> Clone for PositioningLookup<'a>
Source§fn clone(&self) -> PositioningLookup<'a>
 
fn clone(&self) -> PositioningLookup<'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 PositioningLookup<'_>
 
impl LayoutLookup for PositioningLookup<'_>
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.
Auto Trait Implementations§
impl<'a> Freeze for PositioningLookup<'a>
impl<'a> RefUnwindSafe for PositioningLookup<'a>
impl<'a> Send for PositioningLookup<'a>
impl<'a> Sync for PositioningLookup<'a>
impl<'a> Unpin for PositioningLookup<'a>
impl<'a> UnwindSafe for PositioningLookup<'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