Struct alacritty::renderer::rects::RenderRect [−][src]
pub struct RenderRect {
pub x: f32,
pub y: f32,
pub width: f32,
pub height: f32,
pub color: Rgb,
pub alpha: f32,
}Fields
x: f32y: f32width: f32height: f32color: Rgbalpha: f32Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for RenderRect
impl Send for RenderRect
impl Sync for RenderRect
impl Unpin for RenderRect
impl UnwindSafe for RenderRect
Blanket Implementations
Mutably borrows from an owned value. Read more
Value based on which equality for the reset will be determined.