Type Alias csv2svg::IntRect

source ·
pub type IntRect = Rect<i64>;

Aliased Type§

struct IntRect {
    pub left: i64,
    pub top: i64,
    pub width: i64,
    pub height: i64,
}

Fields§

§left: i64§top: i64§width: i64§height: i64