pub struct hb_set_digest_bits_pattern_t<const shift: u8> {
    mask: u64,
}Fields§
§mask: u64Implementations§
Trait Implementations§
Source§impl<const shift: u8> Clone for hb_set_digest_bits_pattern_t<shift>
 
impl<const shift: u8> Clone for hb_set_digest_bits_pattern_t<shift>
Source§fn clone(&self) -> hb_set_digest_bits_pattern_t<shift>
 
fn clone(&self) -> hb_set_digest_bits_pattern_t<shift>
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<const shift: u8> hb_set_digest_ext for hb_set_digest_bits_pattern_t<shift>
 
impl<const shift: u8> hb_set_digest_ext for hb_set_digest_bits_pattern_t<shift>
type A = hb_set_digest_bits_pattern_t<shift>
fn new() -> Self
fn full() -> Self
fn add(&mut self, g: GlyphId)
fn add_array(&mut self, array: impl IntoIterator<Item = GlyphId> + Clone)
fn add_range(&mut self, a: GlyphId, b: GlyphId) -> bool
fn may_have(&self, o: &hb_set_digest_bits_pattern_t<shift>) -> bool
fn may_have_glyph(&self, g: GlyphId) -> bool
Auto Trait Implementations§
impl<const shift: u8> Freeze for hb_set_digest_bits_pattern_t<shift>
impl<const shift: u8> RefUnwindSafe for hb_set_digest_bits_pattern_t<shift>
impl<const shift: u8> Send for hb_set_digest_bits_pattern_t<shift>
impl<const shift: u8> Sync for hb_set_digest_bits_pattern_t<shift>
impl<const shift: u8> Unpin for hb_set_digest_bits_pattern_t<shift>
impl<const shift: u8> UnwindSafe for hb_set_digest_bits_pattern_t<shift>
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