Skip to main content

mbRect

Type Alias mbRect 

Source
pub type mbRect = _mbRect;

Aliased Type§

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

Fields§

§x: i32§y: i32§w: i32§h: i32