pub struct CxFontAtlasPage {
pub dpi_factor: f32,
pub font_size: f32,
pub atlas_glyphs: Vec<[Option<CxFontAtlasGlyph>; 64]>,
}
Fields§
§dpi_factor: f32
§font_size: f32
§atlas_glyphs: Vec<[Option<CxFontAtlasGlyph>; 64]>
Auto Trait Implementations§
impl Freeze for CxFontAtlasPage
impl RefUnwindSafe for CxFontAtlasPage
impl Send for CxFontAtlasPage
impl Sync for CxFontAtlasPage
impl Unpin for CxFontAtlasPage
impl UnwindSafe for CxFontAtlasPage
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