[][src]Struct mujoco_sys::no_render::_mjUI

#[repr(C)]pub struct _mjUI {
    pub spacing: mjuiThemeSpacing,
    pub color: mjuiThemeColor,
    pub predicate: mjfItemEnable,
    pub userdata: *mut c_void,
    pub rectid: c_int,
    pub auxid: c_int,
    pub radiocol: c_int,
    pub width: c_int,
    pub height: c_int,
    pub maxheight: c_int,
    pub scroll: c_int,
    pub mousesect: c_int,
    pub mouseitem: c_int,
    pub mousehelp: c_int,
    pub editsect: c_int,
    pub edititem: c_int,
    pub editcursor: c_int,
    pub editscroll: c_int,
    pub edittext: [c_char; 500],
    pub editchanged: *mut mjuiItem,
    pub nsect: c_int,
    pub sect: [mjuiSection; 10],
}

Fields

spacing: mjuiThemeSpacingcolor: mjuiThemeColorpredicate: mjfItemEnableuserdata: *mut c_voidrectid: c_intauxid: c_intradiocol: c_intwidth: c_intheight: c_intmaxheight: c_intscroll: c_intmousesect: c_intmouseitem: c_intmousehelp: c_inteditsect: c_intedititem: c_inteditcursor: c_inteditscroll: c_intedittext: [c_char; 500]editchanged: *mut mjuiItemnsect: c_intsect: [mjuiSection; 10]

Trait Implementations

impl Clone for _mjUI[src]

impl Copy for _mjUI[src]

impl Default for _mjUI[src]

Auto Trait Implementations

impl RefUnwindSafe for _mjUI

impl !Send for _mjUI

impl !Sync for _mjUI

impl Unpin for _mjUI

impl UnwindSafe for _mjUI

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.