#[repr(u32)]pub enum _mjtWarning {
INERTIA = 0,
CONTACTFULL = 1,
CNSTRFULL = 2,
VGEOMFULL = 3,
BADQPOS = 4,
BADQVEL = 5,
BADQACC = 6,
BADCTRL = 7,
mjNWARNING = 8,
}Variants§
INERTIA = 0
CONTACTFULL = 1
CNSTRFULL = 2
VGEOMFULL = 3
BADQPOS = 4
BADQVEL = 5
BADQACC = 6
BADCTRL = 7
mjNWARNING = 8
Trait Implementations§
Source§impl Clone for _mjtWarning
impl Clone for _mjtWarning
Source§fn clone(&self) -> _mjtWarning
fn clone(&self) -> _mjtWarning
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 _mjtWarning
impl Debug for _mjtWarning
Source§impl Hash for _mjtWarning
impl Hash for _mjtWarning
Source§impl PartialEq for _mjtWarning
impl PartialEq for _mjtWarning
impl Copy for _mjtWarning
impl Eq for _mjtWarning
impl StructuralPartialEq for _mjtWarning
Auto Trait Implementations§
impl Freeze for _mjtWarning
impl RefUnwindSafe for _mjtWarning
impl Send for _mjtWarning
impl Sync for _mjtWarning
impl Unpin for _mjtWarning
impl UnsafeUnpin for _mjtWarning
impl UnwindSafe for _mjtWarning
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