pub enum FontSlant {
Normal,
Italic,
Oblique,
}
Expand description
The slant of a font.
Variants§
Trait Implementations§
impl Copy for FontSlant
Auto Trait Implementations§
impl Freeze for FontSlant
impl RefUnwindSafe for FontSlant
impl Send for FontSlant
impl Sync for FontSlant
impl Unpin for FontSlant
impl UnwindSafe for FontSlant
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