Enum stb_truetype::UnicodeEid
source · #[repr(C)]pub enum UnicodeEid {
Unicode_1_0 = 0,
Unicode_1_1 = 1,
Iso_10646 = 2,
Unicode_2_0_Bmp = 3,
Unicode_2_0_Full = 4,
}
Variants§
Trait Implementations§
source§impl Clone for UnicodeEid
impl Clone for UnicodeEid
source§fn clone(&self) -> UnicodeEid
fn clone(&self) -> UnicodeEid
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 UnicodeEid
impl Debug for UnicodeEid
source§impl Hash for UnicodeEid
impl Hash for UnicodeEid
source§impl Ord for UnicodeEid
impl Ord for UnicodeEid
source§fn cmp(&self, other: &UnicodeEid) -> Ordering
fn cmp(&self, other: &UnicodeEid) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for UnicodeEid
impl PartialEq for UnicodeEid
source§fn eq(&self, other: &UnicodeEid) -> bool
fn eq(&self, other: &UnicodeEid) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UnicodeEid
impl PartialOrd for UnicodeEid
source§fn partial_cmp(&self, other: &UnicodeEid) -> Option<Ordering>
fn partial_cmp(&self, other: &UnicodeEid) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UnicodeEid
impl Eq for UnicodeEid
impl StructuralEq for UnicodeEid
impl StructuralPartialEq for UnicodeEid
Auto Trait Implementations§
impl RefUnwindSafe for UnicodeEid
impl Send for UnicodeEid
impl Sync for UnicodeEid
impl Unpin for UnicodeEid
impl UnwindSafe for UnicodeEid
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