pub struct CxFontsAtlasTodo {
pub subpixel_x_fract: f32,
pub subpixel_y_fract: f32,
pub font_id: usize,
pub atlas_page_id: usize,
pub glyph_id: usize,
pub subpixel_id: usize,
}
Fields§
§subpixel_x_fract: f32
§subpixel_y_fract: f32
§font_id: usize
§atlas_page_id: usize
§glyph_id: usize
§subpixel_id: usize
Trait Implementations§
Source§impl Default for CxFontsAtlasTodo
impl Default for CxFontsAtlasTodo
Source§fn default() -> CxFontsAtlasTodo
fn default() -> CxFontsAtlasTodo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CxFontsAtlasTodo
impl RefUnwindSafe for CxFontsAtlasTodo
impl Send for CxFontsAtlasTodo
impl Sync for CxFontsAtlasTodo
impl Unpin for CxFontsAtlasTodo
impl UnwindSafe for CxFontsAtlasTodo
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