Struct alacritty::renderer::Glyph [−][src]
pub struct Glyph {
tex_id: c_uint,
multicolor: bool,
top: i16,
left: i16,
width: i16,
height: i16,
uv_bot: f32,
uv_left: f32,
uv_width: f32,
uv_height: f32,
}Fields
tex_id: c_uintmulticolor: booltop: i16left: i16width: i16height: i16uv_bot: f32uv_left: f32uv_width: f32uv_height: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Glyph
impl UnwindSafe for Glyph
Blanket Implementations
Mutably borrows from an owned value. Read more
Value based on which equality for the reset will be determined.