pub type mjuiDef = _mjuiDef;Aliased Type§
#[repr(C)]pub struct mjuiDef {
pub type_: i32,
pub name: [u8; 40],
pub state: i32,
pub pdata: *mut c_void,
pub other: [u8; 500],
}Fields§
§type_: i32§name: [u8; 40]§state: i32§pdata: *mut c_void§other: [u8; 500]