[][src]Type Definition azul_webrender_api::units::DeviceIntRect

type DeviceIntRect = Rect<i32, DevicePixel>;

Trait Implementations

impl Into<TexelRect> for DeviceIntRect[src]