#[repr(C)]pub struct _mjVisual__bindgen_ty_5 {Show 16 fields
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: f32§contactwidth: f32§contactheight: f32§connect: f32§com: f32§camera: f32§light: f32§selectpoint: f32§jointlength: f32§jointwidth: f32§actuatorlength: f32§actuatorwidth: f32§framelength: f32§framewidth: f32§constraint: f32§slidercrank: f32Trait Implementations§
Source§impl Clone for _mjVisual__bindgen_ty_5
impl Clone for _mjVisual__bindgen_ty_5
Source§fn clone(&self) -> _mjVisual__bindgen_ty_5
fn clone(&self) -> _mjVisual__bindgen_ty_5
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _mjVisual__bindgen_ty_5
impl Debug for _mjVisual__bindgen_ty_5
Source§impl Default for _mjVisual__bindgen_ty_5
impl Default for _mjVisual__bindgen_ty_5
Source§fn default() -> _mjVisual__bindgen_ty_5
fn default() -> _mjVisual__bindgen_ty_5
Returns the “default value” for a type. Read more
impl Copy for _mjVisual__bindgen_ty_5
Auto Trait Implementations§
impl Freeze for _mjVisual__bindgen_ty_5
impl RefUnwindSafe for _mjVisual__bindgen_ty_5
impl Send for _mjVisual__bindgen_ty_5
impl Sync for _mjVisual__bindgen_ty_5
impl Unpin for _mjVisual__bindgen_ty_5
impl UnwindSafe for _mjVisual__bindgen_ty_5
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more