#[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 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 moreimpl Copy for KerningMode
Auto Trait Implementations§
impl Freeze for KerningMode
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