Type Definition DeviceIntRect
azul_webrender_api::units
type DeviceIntRect = Rect<i32, DevicePixel>;
impl Into<TexelRect> for DeviceIntRect
fn into(self) -> TexelRect
Performs the conversion.