[][src]Struct mujoco_sys::no_render::_mjvGeom

#[repr(C)]pub struct _mjvGeom {
    pub type_: c_int,
    pub dataid: c_int,
    pub objtype: c_int,
    pub objid: c_int,
    pub category: c_int,
    pub texid: c_int,
    pub texuniform: c_int,
    pub texcoord: c_int,
    pub segid: c_int,
    pub texrepeat: [f32; 2],
    pub size: [f32; 3],
    pub pos: [f32; 3],
    pub mat: [f32; 9],
    pub rgba: [f32; 4],
    pub emission: f32,
    pub specular: f32,
    pub shininess: f32,
    pub reflectance: f32,
    pub label: [c_char; 100],
    pub camdist: f32,
    pub modelrbound: f32,
    pub transparent: mjtByte,
}

Fields

type_: c_intdataid: c_intobjtype: c_intobjid: c_intcategory: c_inttexid: c_inttexuniform: c_inttexcoord: c_intsegid: c_inttexrepeat: [f32; 2]size: [f32; 3]pos: [f32; 3]mat: [f32; 9]rgba: [f32; 4]emission: f32specular: f32shininess: f32reflectance: f32label: [c_char; 100]camdist: f32modelrbound: f32transparent: mjtByte

Trait Implementations

impl Clone for _mjvGeom[src]

impl Copy for _mjvGeom[src]

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