pub struct CxFont {
pub path: String,
pub font_loaded: Option<Font>,
pub atlas_pages: Vec<CxFontAtlasPage>,
}Fields§
§path: String§font_loaded: Option<Font>§atlas_pages: Vec<CxFontAtlasPage>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CxFont
impl RefUnwindSafe for CxFont
impl Send for CxFont
impl Sync for CxFont
impl Unpin for CxFont
impl UnwindSafe for CxFont
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