Enum FontStyle
#[repr(i32)]pub enum FontStyle {
Normal = 0,
Italic = 1,
}Expand description
Variants§
Implementations§
Trait Implementations§
§impl VariantConstraint for FontStyle
impl VariantConstraint for FontStyle
impl Copy for FontStyle
impl Eq for FontStyle
impl PropertyTypeConstraint for FontStyle
impl StructuralPartialEq for FontStyle
Auto Trait Implementations§
impl Freeze for FontStyle
impl RefUnwindSafe for FontStyle
impl Send for FontStyle
impl Sync for FontStyle
impl Unpin for FontStyle
impl UnwindSafe for FontStyle
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