Struct ttf_parser::UnicodeRanges
source · [−]pub struct UnicodeRanges(_);
Expand description
Implementations
sourceimpl 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
sourceimpl Clone for UnicodeRanges
impl Clone for UnicodeRanges
sourcefn clone(&self) -> UnicodeRanges
fn clone(&self) -> UnicodeRanges
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UnicodeRanges
impl Debug for UnicodeRanges
sourceimpl Default for UnicodeRanges
impl Default for UnicodeRanges
sourcefn default() -> UnicodeRanges
fn default() -> UnicodeRanges
Returns the “default value” for a type. Read more
impl Copy for UnicodeRanges
Auto Trait Implementations
impl RefUnwindSafe for UnicodeRanges
impl Send for UnicodeRanges
impl Sync for UnicodeRanges
impl Unpin for UnicodeRanges
impl UnwindSafe for UnicodeRanges
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more