pub enum HintingMode {
None,
Light,
Full,
Auto,
}Expand description
Hinting mode stub.
Variants§
None
No hinting.
Light
Light hinting (vertical only).
Full
Full hinting.
Auto
Auto-hinting (algorithmic).
Trait Implementations§
Source§impl Clone for HintingMode
impl Clone for HintingMode
Source§fn clone(&self) -> HintingMode
fn clone(&self) -> HintingMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HintingMode
impl Debug for HintingMode
Source§impl Default for HintingMode
impl Default for HintingMode
Source§fn default() -> HintingMode
fn default() -> HintingMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for HintingMode
impl PartialEq for HintingMode
impl Copy for HintingMode
impl Eq for HintingMode
impl StructuralPartialEq for HintingMode
Auto Trait Implementations§
impl Freeze for HintingMode
impl RefUnwindSafe for HintingMode
impl Send for HintingMode
impl Sync for HintingMode
impl Unpin for HintingMode
impl UnwindSafe for HintingMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)