[go: up one dir, main page]

Type Alias IntRect

Source
pub type IntRect = Rect<i32>;

Aliased Type§

#[repr(C)]
pub struct IntRect { pub origin: TypedPoint2D<i32, UnknownUnit>, pub size: TypedSize2D<i32, UnknownUnit>, }

Fields§

§origin: TypedPoint2D<i32, UnknownUnit>§size: TypedSize2D<i32, UnknownUnit>