[][src]Enum mujoco_sys::no_render::_mjtObj

#[repr(u32)]pub enum _mjtObj {
    UNKNOWN,
    BODY,
    XBODY,
    JOINT,
    DOF,
    GEOM,
    SITE,
    CAMERA,
    LIGHT,
    MESH,
    SKIN,
    HFIELD,
    TEXTURE,
    MATERIAL,
    PAIR,
    EXCLUDE,
    EQUALITY,
    TENDON,
    ACTUATOR,
    SENSOR,
    NUMERIC,
    TEXT,
    TUPLE,
    KEY,
}

Variants

UNKNOWN
BODY
XBODY
JOINT
DOF
GEOM
SITE
CAMERA
LIGHT
MESH
SKIN
HFIELD
TEXTURE
MATERIAL
PAIR
EXCLUDE
EQUALITY
TENDON
ACTUATOR
SENSOR
NUMERIC
TEXT
TUPLE
KEY

Trait Implementations

impl Clone for _mjtObj[src]

impl Copy for _mjtObj[src]

impl Debug for _mjtObj[src]

impl Eq for _mjtObj[src]

impl Hash for _mjtObj[src]

impl PartialEq<_mjtObj> for _mjtObj[src]

impl StructuralEq for _mjtObj[src]

impl StructuralPartialEq for _mjtObj[src]

Auto Trait Implementations

impl RefUnwindSafe for _mjtObj

impl Send for _mjtObj

impl Sync for _mjtObj

impl Unpin for _mjtObj

impl UnwindSafe for _mjtObj

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.