#[repr(C)]pub enum FcHintStyle {
None = 0,
Slight = 1,
Medium = 2,
Full = 3,
}Expand description
Hinting style for font rendering.
Variants§
Trait Implementations§
Source§impl Clone for FcHintStyle
impl Clone for FcHintStyle
Source§fn clone(&self) -> FcHintStyle
fn clone(&self) -> FcHintStyle
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 FcHintStyle
impl Debug for FcHintStyle
Source§impl Default for FcHintStyle
impl Default for FcHintStyle
Source§fn default() -> FcHintStyle
fn default() -> FcHintStyle
Returns the “default value” for a type. Read more
Source§impl Hash for FcHintStyle
impl Hash for FcHintStyle
Source§impl Ord for FcHintStyle
impl Ord for FcHintStyle
Source§fn cmp(&self, other: &FcHintStyle) -> Ordering
fn cmp(&self, other: &FcHintStyle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FcHintStyle
impl PartialEq for FcHintStyle
Source§impl PartialOrd for FcHintStyle
impl PartialOrd for FcHintStyle
impl Copy for FcHintStyle
impl Eq for FcHintStyle
impl StructuralPartialEq for FcHintStyle
Auto Trait Implementations§
impl Freeze for FcHintStyle
impl RefUnwindSafe for FcHintStyle
impl Send for FcHintStyle
impl Sync for FcHintStyle
impl Unpin for FcHintStyle
impl UnsafeUnpin for FcHintStyle
impl UnwindSafe for FcHintStyle
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