Enum freetype::freetype::FT_TrueTypeEngineType_
source · #[repr(u32)]pub enum FT_TrueTypeEngineType_ {
FT_TRUETYPE_ENGINE_TYPE_NONE = 0,
FT_TRUETYPE_ENGINE_TYPE_UNPATENTED = 1,
FT_TRUETYPE_ENGINE_TYPE_PATENTED = 2,
}
Variants§
FT_TRUETYPE_ENGINE_TYPE_NONE = 0
FT_TRUETYPE_ENGINE_TYPE_UNPATENTED = 1
FT_TRUETYPE_ENGINE_TYPE_PATENTED = 2
Trait Implementations§
source§impl Clone for FT_TrueTypeEngineType_
impl Clone for FT_TrueTypeEngineType_
source§fn clone(&self) -> FT_TrueTypeEngineType_
fn clone(&self) -> FT_TrueTypeEngineType_
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 FT_TrueTypeEngineType_
impl Debug for FT_TrueTypeEngineType_
source§impl Hash for FT_TrueTypeEngineType_
impl Hash for FT_TrueTypeEngineType_
source§impl PartialEq for FT_TrueTypeEngineType_
impl PartialEq for FT_TrueTypeEngineType_
source§fn eq(&self, other: &FT_TrueTypeEngineType_) -> bool
fn eq(&self, other: &FT_TrueTypeEngineType_) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FT_TrueTypeEngineType_
impl Eq for FT_TrueTypeEngineType_
impl StructuralPartialEq for FT_TrueTypeEngineType_
Auto Trait Implementations§
impl Freeze for FT_TrueTypeEngineType_
impl RefUnwindSafe for FT_TrueTypeEngineType_
impl Send for FT_TrueTypeEngineType_
impl Sync for FT_TrueTypeEngineType_
impl Unpin for FT_TrueTypeEngineType_
impl UnwindSafe for FT_TrueTypeEngineType_
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