pub enum SystemFontStyle {
Normal,
Italic,
Oblique,
}Variants§
Trait Implementations§
Source§impl Clone for SystemFontStyle
impl Clone for SystemFontStyle
Source§fn clone(&self) -> SystemFontStyle
fn clone(&self) -> SystemFontStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SystemFontStyle
impl Debug for SystemFontStyle
Source§impl<'de> Deserialize<'de> for SystemFontStyle
impl<'de> Deserialize<'de> for SystemFontStyle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SystemFontStyle
impl PartialEq for SystemFontStyle
Source§impl Serialize for SystemFontStyle
impl Serialize for SystemFontStyle
impl Eq for SystemFontStyle
impl StructuralPartialEq for SystemFontStyle
Auto Trait Implementations§
impl Freeze for SystemFontStyle
impl RefUnwindSafe for SystemFontStyle
impl Send for SystemFontStyle
impl Sync for SystemFontStyle
impl Unpin for SystemFontStyle
impl UnwindSafe for SystemFontStyle
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