[][src]Trait azul_webrender_api::units::RectExt

pub trait RectExt {
    type Point;
    fn top_left(&self) -> Self::Point;
fn top_right(&self) -> Self::Point;
fn bottom_left(&self) -> Self::Point;
fn bottom_right(&self) -> Self::Point; }

Associated Types

type Point

Loading content...

Required methods

fn top_left(&self) -> Self::Point

fn top_right(&self) -> Self::Point

fn bottom_left(&self) -> Self::Point

fn bottom_right(&self) -> Self::Point

Loading content...

Implementations on Foreign Types

impl<U> RectExt for Rect<f32, U>[src]

type Point = Point2D<f32, U>

Loading content...

Implementors

Loading content...