pub struct Fonts {
pub regular: Option<FontId>,
pub bold: Option<FontId>,
pub icons: Option<FontId>,
pub emoji: Option<FontId>,
pub arabic: Option<FontId>,
}Fields§
§regular: Option<FontId>§bold: Option<FontId>§icons: Option<FontId>§emoji: Option<FontId>§arabic: Option<FontId>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fonts
impl RefUnwindSafe for Fonts
impl Send for Fonts
impl Sync for Fonts
impl Unpin 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