pub struct ThemeTypography {
pub font_family: String,
pub mono_font_family: String,
pub font_size_base: u16,
pub font_size_ui: u16,
pub font_size_small: u16,
pub font_size_tiny: u16,
pub font_size_title: u16,
}Fields§
§font_family: String§mono_font_family: String§font_size_base: u16§font_size_ui: u16§font_size_small: u16§font_size_tiny: u16§font_size_title: u16Trait Implementations§
Source§impl Clone for ThemeTypography
impl Clone for ThemeTypography
Source§fn clone(&self) -> ThemeTypography
fn clone(&self) -> ThemeTypography
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 ThemeTypography
impl Debug for ThemeTypography
Auto Trait Implementations§
impl Freeze for ThemeTypography
impl RefUnwindSafe for ThemeTypography
impl Send for ThemeTypography
impl Sync for ThemeTypography
impl Unpin for ThemeTypography
impl UnsafeUnpin for ThemeTypography
impl UnwindSafe for ThemeTypography
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