Type Alias rsvg::rect::Rect

source ·
pub type Rect = Rect<f64>;

Aliased Type§

struct Rect {
    pub x0: f64,
    pub y0: f64,
    pub x1: f64,
    pub y1: f64,
}

Fields§

§x0: f64§y0: f64§x1: f64§y1: f64

Trait Implementations§

source§

impl From<Rect<i32>> for Rect

source§

fn from(r: IRect) -> Self

Converts to this type from the input type.
source§

impl From<Rectangle> for Rect

source§

fn from(r: Rectangle) -> Self

Converts to this type from the input type.