Enum skia_safe::FontHinting
source · #[repr(i32)]pub enum FontHinting {
None,
Slight,
Normal,
Full,
}
Variants§
Trait Implementations§
source§impl Clone for SkFontHinting
impl Clone for SkFontHinting
source§fn clone(&self) -> SkFontHinting
fn clone(&self) -> SkFontHinting
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 SkFontHinting
impl Debug for SkFontHinting
source§impl Hash for SkFontHinting
impl Hash for SkFontHinting
source§impl PartialEq<SkFontHinting> for SkFontHinting
impl PartialEq<SkFontHinting> for SkFontHinting
source§fn eq(&self, other: &SkFontHinting) -> bool
fn eq(&self, other: &SkFontHinting) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkFontHinting
impl Eq for SkFontHinting
impl StructuralEq for SkFontHinting
impl StructuralPartialEq for SkFontHinting
Auto Trait Implementations§
impl RefUnwindSafe for SkFontHinting
impl Send for SkFontHinting
impl Sync for SkFontHinting
impl Unpin for SkFontHinting
impl UnwindSafe for SkFontHinting
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