Enum freetype::face::KerningMode
source · [−]#[repr(u32)]
pub enum KerningMode {
KerningDefault,
KerningUnfitted,
KerningUnscaled,
}
Variants
KerningDefault
KerningUnfitted
KerningUnscaled
Trait Implementations
sourceimpl Clone for KerningMode
impl Clone for KerningMode
sourcefn clone(&self) -> KerningMode
fn clone(&self) -> KerningMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for KerningMode
Auto Trait Implementations
impl RefUnwindSafe for KerningMode
impl Send for KerningMode
impl Sync for KerningMode
impl Unpin for KerningMode
impl UnwindSafe for KerningMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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