Rect

Type Alias Rect 

Source
pub type Rect = Rectangle;
👎Deprecated

Aliased Type§

pub struct Rect {
    pub left: f32,
    pub bottom: f32,
    pub right: f32,
    pub top: f32,
}

Fields§

§left: f32§bottom: f32§right: f32§top: f32