pub type mjuiItem = _mjuiItem;Aliased Type§
#[repr(C)]pub struct mjuiItem {
pub type_: i32,
pub name: [i8; 40],
pub state: i32,
pub pdata: *mut c_void,
pub sectionid: i32,
pub itemid: i32,
pub __bindgen_anon_1: _mjuiItem__bindgen_ty_1,
pub rect: _mjrRect,
}Fields§
§type_: i32§name: [i8; 40]§state: i32§pdata: *mut c_void§sectionid: i32§itemid: i32§__bindgen_anon_1: _mjuiItem__bindgen_ty_1§rect: _mjrRect