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