Recti

Type Alias Recti 

Source
pub type Recti = nk_recti;

Aliased Type§

#[repr(C)]
pub struct Recti { pub x: i16, pub y: i16, pub w: i16, pub h: i16, }

Fields§

§x: i16§y: i16§w: i16§h: i16