Type Alias mjvFigure
Source pub type mjvFigure = _mjvFigure;
#[repr(C)]
pub struct mjvFigure {Show 31 fields
pub flg_legend: i32,
pub flg_ticklabel: [i32; 2],
pub flg_extend: i32,
pub flg_barplot: i32,
pub flg_selection: i32,
pub flg_symmetric: i32,
pub legendoff: i32,
pub gridsize: [i32; 2],
pub selection: i32,
pub highlight: [i32; 2],
pub gridrgb: [f32; 3],
pub gridwidth: f32,
pub figurergba: [f32; 4],
pub panergba: [f32; 4],
pub legendrgba: [f32; 4],
pub textrgb: [f32; 3],
pub range: [[f32; 2]; 2],
pub xlabel: [i8; 100],
pub title: [i8; 100],
pub xformat: [i8; 20],
pub yformat: [i8; 20],
pub minwidth: [i8; 20],
pub linepnt: [i32; 100],
pub linergb: [[f32; 3]; 100],
pub linewidth: [f32; 100],
pub linedata: [[f32; 2000]; 100],
pub linename: [[i8; 100]; 100],
pub xaxispixel: [i32; 2],
pub yaxispixel: [i32; 2],
pub xaxisdata: [f32; 2],
pub yaxisdata: [f32; 2],
}