pub enum FontEdging {
Alias,
AntiAlias,
SubpixelAntiAlias,
}Variants§
Auto Trait Implementations§
impl Freeze for FontEdging
impl RefUnwindSafe for FontEdging
impl Send for FontEdging
impl Sync for FontEdging
impl Unpin for FontEdging
impl UnsafeUnpin for FontEdging
impl UnwindSafe for FontEdging
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