pub struct FontResources {
pub font_system: FontSystem,
/* private fields */
}Fields§
§font_system: FontSystemImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontResources
impl !RefUnwindSafe for FontResources
impl Send for FontResources
impl Sync for FontResources
impl Unpin for FontResources
impl !UnwindSafe for FontResources
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