Skip to main content

Rect

Type Alias Rect 

Source
pub type Rect = krun_rect;

Aliased Type§

#[repr(C)]
pub struct Rect { pub x: u32, pub y: u32, pub width: u32, pub height: u32, }

Fields§

§x: u32§y: u32§width: u32§height: u32