Enum freetype::face::KerningMode
source · #[repr(u32)]pub enum KerningMode {
KerningDefault = 0,
KerningUnfitted = 1,
KerningUnscaled = 2,
}Variants§
Trait Implementations§
source§impl Clone for KerningMode
impl Clone for KerningMode
source§fn clone(&self) -> KerningMode
fn clone(&self) -> KerningMode
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 moreimpl 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§
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