[][src]Struct mujoco_sys::no_render::_mjuiState

#[repr(C)]pub struct _mjuiState {
    pub nrect: c_int,
    pub rect: [mjrRect; 15],
    pub userdata: *mut c_void,
    pub type_: c_int,
    pub left: c_int,
    pub right: c_int,
    pub middle: c_int,
    pub doubleclick: c_int,
    pub button: c_int,
    pub buttontime: f64,
    pub x: f64,
    pub y: f64,
    pub dx: f64,
    pub dy: f64,
    pub sx: f64,
    pub sy: f64,
    pub control: c_int,
    pub shift: c_int,
    pub alt: c_int,
    pub key: c_int,
    pub keytime: f64,
    pub mouserect: c_int,
    pub dragrect: c_int,
    pub dragbutton: c_int,
}

Fields

nrect: c_intrect: [mjrRect; 15]userdata: *mut c_voidtype_: c_intleft: c_intright: c_intmiddle: c_intdoubleclick: c_intbutton: c_intbuttontime: f64x: f64y: f64dx: f64dy: f64sx: f64sy: f64control: c_intshift: c_intalt: c_intkey: c_intkeytime: f64mouserect: c_intdragrect: c_intdragbutton: c_int

Trait Implementations

impl Clone for _mjuiState[src]

impl Copy for _mjuiState[src]

impl Debug for _mjuiState[src]

impl Default for _mjuiState[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.