pub enum FontHint {
Default,
EastAsia,
ComplexScript,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontHint
impl RefUnwindSafe for FontHint
impl Send for FontHint
impl Sync for FontHint
impl Unpin for FontHint
impl UnwindSafe for FontHint
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