[][src]Struct mujoco_sys::no_render::_mjVisual__bindgen_ty_5

#[repr(C)]pub struct _mjVisual__bindgen_ty_5 {
    pub forcewidth: f32,
    pub contactwidth: f32,
    pub contactheight: f32,
    pub connect: f32,
    pub com: f32,
    pub camera: f32,
    pub light: f32,
    pub selectpoint: f32,
    pub jointlength: f32,
    pub jointwidth: f32,
    pub actuatorlength: f32,
    pub actuatorwidth: f32,
    pub framelength: f32,
    pub framewidth: f32,
    pub constraint: f32,
    pub slidercrank: f32,
}

Fields

forcewidth: f32contactwidth: f32contactheight: f32connect: f32com: f32camera: f32light: f32selectpoint: f32jointlength: f32jointwidth: f32actuatorlength: f32actuatorwidth: f32framelength: f32framewidth: f32constraint: f32slidercrank: f32

Trait Implementations

impl Clone for _mjVisual__bindgen_ty_5[src]

impl Copy for _mjVisual__bindgen_ty_5[src]

impl Debug for _mjVisual__bindgen_ty_5[src]

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