pub enum Style {
Normal,
Italic,
Oblique(ObliqueAngle),
}
Expand description
Visual style or ‘slope’ of a font.
Variants§
Implementations§
Trait Implementations§
Source§impl From<Style> for Attributes
impl From<Style> for Attributes
Source§fn from(s: Style) -> Attributes
fn from(s: Style) -> Attributes
Converts to this type from the input type.
impl Copy for Style
impl Eq for Style
impl StructuralPartialEq for Style
Auto Trait Implementations§
impl Freeze for Style
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnwindSafe for Style
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