Struct ttf_parser::tables::os2::UnicodeRanges
source · pub struct UnicodeRanges(pub u128);
Expand description
Tuple Fields§
§0: u128
Implementations§
source§impl UnicodeRanges
impl UnicodeRanges
sourcepub fn contains_char(&self, c: char) -> bool
pub fn contains_char(&self, c: char) -> bool
Checks if ranges contain the specified character.
Trait Implementations§
source§impl Clone for UnicodeRanges
impl Clone for UnicodeRanges
source§fn clone(&self) -> UnicodeRanges
fn clone(&self) -> UnicodeRanges
Returns a copy 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 Debug for UnicodeRanges
impl Debug for UnicodeRanges
source§impl Default for UnicodeRanges
impl Default for UnicodeRanges
source§fn default() -> UnicodeRanges
fn default() -> UnicodeRanges
Returns the “default value” for a type. Read more
impl Copy for UnicodeRanges
Auto Trait Implementations§
impl Freeze for UnicodeRanges
impl RefUnwindSafe for UnicodeRanges
impl Send for UnicodeRanges
impl Sync for UnicodeRanges
impl Unpin for UnicodeRanges
impl UnwindSafe for UnicodeRanges
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