Type Alias Rect

Source
pub type Rect = RectIsOwned<true>;
Expand description

Represents a rectangle with integer coordinates.

Aliased Type§

pub struct Rect(/* private fields */);