Type Alias mjrRect

Source
pub type mjrRect = _mjrRect;

Aliased Type§

#[repr(C)]
pub struct mjrRect { pub left: i32, pub bottom: i32, pub width: i32, pub height: i32, }

Fields§

§left: i32§bottom: i32§width: i32§height: i32