[][src]Struct mujoco_sys::no_render::_mjvFigure

#[repr(C)]pub struct _mjvFigure {
    pub flg_legend: c_int,
    pub flg_ticklabel: [c_int; 2],
    pub flg_extend: c_int,
    pub flg_barplot: c_int,
    pub flg_selection: c_int,
    pub flg_symmetric: c_int,
    pub legendoff: c_int,
    pub gridsize: [c_int; 2],
    pub selection: c_int,
    pub highlight: [c_int; 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: [c_char; 100],
    pub title: [c_char; 100],
    pub xformat: [c_char; 20],
    pub yformat: [c_char; 20],
    pub minwidth: [c_char; 20],
    pub linepnt: [c_int; 100],
    pub linergb: [[f32; 3]; 100],
    pub linewidth: [f32; 100],
    pub linedata: [[f32; 2000]; 100],
    pub linename: [[c_char; 100]; 100],
    pub xaxispixel: [c_int; 2],
    pub yaxispixel: [c_int; 2],
    pub xaxisdata: [f32; 2],
    pub yaxisdata: [f32; 2],
}

Fields

flg_legend: c_intflg_ticklabel: [c_int; 2]flg_extend: c_intflg_barplot: c_intflg_selection: c_intflg_symmetric: c_intlegendoff: c_intgridsize: [c_int; 2]selection: c_inthighlight: [c_int; 2]gridrgb: [f32; 3]gridwidth: f32figurergba: [f32; 4]panergba: [f32; 4]legendrgba: [f32; 4]textrgb: [f32; 3]range: [[f32; 2]; 2]xlabel: [c_char; 100]title: [c_char; 100]xformat: [c_char; 20]yformat: [c_char; 20]minwidth: [c_char; 20]linepnt: [c_int; 100]linergb: [[f32; 3]; 100]linewidth: [f32; 100]linedata: [[f32; 2000]; 100]linename: [[c_char; 100]; 100]xaxispixel: [c_int; 2]yaxispixel: [c_int; 2]xaxisdata: [f32; 2]yaxisdata: [f32; 2]

Trait Implementations

impl Clone for _mjvFigure[src]

impl Copy for _mjvFigure[src]

impl Default for _mjvFigure[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.