#[repr(u32)]pub enum _mjtConstraintState {
SATISFIED = 0,
QUADRATIC = 1,
LINEARNEG = 2,
LINEARPOS = 3,
CONE = 4,
}Variants§
Trait Implementations§
Source§impl Clone for _mjtConstraintState
impl Clone for _mjtConstraintState
Source§fn clone(&self) -> _mjtConstraintState
fn clone(&self) -> _mjtConstraintState
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 _mjtConstraintState
impl Debug for _mjtConstraintState
Source§impl Hash for _mjtConstraintState
impl Hash for _mjtConstraintState
Source§impl PartialEq for _mjtConstraintState
impl PartialEq for _mjtConstraintState
impl Copy for _mjtConstraintState
impl Eq for _mjtConstraintState
impl StructuralPartialEq for _mjtConstraintState
Auto Trait Implementations§
impl Freeze for _mjtConstraintState
impl RefUnwindSafe for _mjtConstraintState
impl Send for _mjtConstraintState
impl Sync for _mjtConstraintState
impl Unpin for _mjtConstraintState
impl UnsafeUnpin for _mjtConstraintState
impl UnwindSafe for _mjtConstraintState
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