Struct cosmic_text::FontSystem
source · [−]pub struct FontSystem {
pub locale: String,
/* private fields */
}Expand description
Access system fonts
Fields
locale: StringImplementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FontSystem
impl Send for FontSystem
impl Sync for FontSystem
impl Unpin for FontSystem
impl !UnwindSafe for FontSystem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more