pub struct Fonts {
pub body_stack: FontStack,
pub heading_stack: FontStack,
pub mono_stack: FontStack,
pub mono_bold_stack: FontStack,
pub body_family: FontFamily,
pub heading_family: FontFamily,
pub mono_family: FontFamily,
pub size_body: f32,
pub size_heading: f32,
pub size_mono: f32,
}Fields§
§body_stack: FontStack§heading_stack: FontStack§mono_stack: FontStack§mono_bold_stack: FontStack§body_family: FontFamily§heading_family: FontFamily§mono_family: FontFamily§size_body: f32§size_heading: f32§size_mono: f32Trait Implementations§
impl StructuralPartialEq for Fonts
Auto Trait Implementations§
impl Freeze for Fonts
impl RefUnwindSafe for Fonts
impl Send for Fonts
impl Sync for Fonts
impl Unpin for Fonts
impl UnsafeUnpin for Fonts
impl UnwindSafe for Fonts
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