#[repr(u32)]pub enum FT_Kerning_Mode_ {
FT_KERNING_DEFAULT = 0,
FT_KERNING_UNFITTED = 1,
FT_KERNING_UNSCALED = 2,
}Variants§
Trait Implementations§
Source§impl Clone for FT_Kerning_Mode_
impl Clone for FT_Kerning_Mode_
Source§fn clone(&self) -> FT_Kerning_Mode_
fn clone(&self) -> FT_Kerning_Mode_
Returns a duplicate 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_Kerning_Mode_
impl Debug for FT_Kerning_Mode_
Source§impl Hash for FT_Kerning_Mode_
impl Hash for FT_Kerning_Mode_
Source§impl PartialEq for FT_Kerning_Mode_
impl PartialEq for FT_Kerning_Mode_
impl Copy for FT_Kerning_Mode_
impl Eq for FT_Kerning_Mode_
impl StructuralPartialEq for FT_Kerning_Mode_
Auto Trait Implementations§
impl Freeze for FT_Kerning_Mode_
impl RefUnwindSafe for FT_Kerning_Mode_
impl Send for FT_Kerning_Mode_
impl Sync for FT_Kerning_Mode_
impl Unpin for FT_Kerning_Mode_
impl UnwindSafe for FT_Kerning_Mode_
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