pub struct hb_set_digest_t {
masks: [u64; 3],
}Fields§
§masks: [u64; 3]Implementations§
Source§impl hb_set_digest_t
impl hb_set_digest_t
pub fn new() -> Self
pub fn from_coverage(coverage: &CoverageTable<'_>) -> Self
pub fn clear(&mut self)
pub fn full() -> Self
pub fn union(&mut self, other: &Self)
pub fn add(&mut self, g: u32)
pub fn add_array(&mut self, array: impl IntoIterator<Item = u32>)
pub fn add_range(&mut self, a: u32, b: u32) -> bool
pub fn add_coverage(&mut self, coverage: &CoverageTable<'_>)
pub fn may_have(&self, g: u32) -> bool
pub fn may_intersect(&self, other: &Self) -> bool
Trait Implementations§
Source§impl Clone for hb_set_digest_t
impl Clone for hb_set_digest_t
Source§fn clone(&self) -> hb_set_digest_t
fn clone(&self) -> hb_set_digest_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for hb_set_digest_t
impl Debug for hb_set_digest_t
Auto Trait Implementations§
impl Freeze for hb_set_digest_t
impl RefUnwindSafe for hb_set_digest_t
impl Send for hb_set_digest_t
impl Sync for hb_set_digest_t
impl Unpin for hb_set_digest_t
impl UnsafeUnpin for hb_set_digest_t
impl UnwindSafe for hb_set_digest_t
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