Struct termimad::Rect [−][src]
pub struct Rect<'s> {
pub area: Area,
pub colors: CompoundStyle,
pub fill: bool,
pub border_style: &'s RectBorderStyle,
}Expand description
A drawable rect, with various types of borders and an optional filling.
There may be more types of border in the future, if somebody asks for them
Fields
area: Areacolors: CompoundStylefill: boolborder_style: &'s RectBorderStyle