#[repr(C)]pub struct mjsCompiler_ {Show 16 fields
pub autolimits: mjtByte,
pub boundmass: f64,
pub boundinertia: f64,
pub settotalmass: f64,
pub balanceinertia: mjtByte,
pub fitaabb: mjtByte,
pub degree: mjtByte,
pub eulerseq: [c_char; 3],
pub discardvisual: mjtByte,
pub usethread: mjtByte,
pub fusestatic: mjtByte,
pub inertiafromgeom: c_int,
pub inertiagrouprange: [c_int; 2],
pub saveinertial: mjtByte,
pub alignfree: c_int,
pub LRopt: mjLROpt,
}Fields§
§autolimits: mjtByte§boundmass: f64§boundinertia: f64§settotalmass: f64§balanceinertia: mjtByte§fitaabb: mjtByte§degree: mjtByte§eulerseq: [c_char; 3]§discardvisual: mjtByte§usethread: mjtByte§fusestatic: mjtByte§inertiafromgeom: c_int§inertiagrouprange: [c_int; 2]§saveinertial: mjtByte§alignfree: c_int§LRopt: mjLROptTrait Implementations§
Source§impl Clone for mjsCompiler_
impl Clone for mjsCompiler_
Source§fn clone(&self) -> mjsCompiler_
fn clone(&self) -> mjsCompiler_
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 moreAuto Trait Implementations§
impl Freeze for mjsCompiler_
impl RefUnwindSafe for mjsCompiler_
impl Send for mjsCompiler_
impl Sync for mjsCompiler_
impl Unpin for mjsCompiler_
impl UnwindSafe for mjsCompiler_
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