#[repr(u32)]pub enum _mjtGeom {
Show 16 variants
PLANE = 0,
HFIELD = 1,
SPHERE = 2,
CAPSULE = 3,
ELLIPSOID = 4,
CYLINDER = 5,
BOX = 6,
MESH = 7,
mjNGEOMTYPES = 8,
ARROW = 100,
ARROW1 = 101,
ARROW2 = 102,
LINE = 103,
SKIN = 104,
LABEL = 105,
NONE = 1_001,
}Variants§
PLANE = 0
HFIELD = 1
SPHERE = 2
CAPSULE = 3
ELLIPSOID = 4
CYLINDER = 5
BOX = 6
MESH = 7
mjNGEOMTYPES = 8
ARROW = 100
ARROW1 = 101
ARROW2 = 102
LINE = 103
SKIN = 104
LABEL = 105
NONE = 1_001
Trait Implementations§
impl Copy for _mjtGeom
impl Eq for _mjtGeom
impl StructuralPartialEq for _mjtGeom
Auto Trait Implementations§
impl Freeze for _mjtGeom
impl RefUnwindSafe for _mjtGeom
impl Send for _mjtGeom
impl Sync for _mjtGeom
impl Unpin for _mjtGeom
impl UnsafeUnpin for _mjtGeom
impl UnwindSafe for _mjtGeom
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