#[repr(u32)]pub enum _mjtFrame {
NONE = 0,
BODY = 1,
GEOM = 2,
SITE = 3,
CAMERA = 4,
LIGHT = 5,
WORLD = 6,
mjNFRAME = 7,
}Variants§
Trait Implementations§
impl Copy for _mjtFrame
impl Eq for _mjtFrame
impl StructuralPartialEq for _mjtFrame
Auto Trait Implementations§
impl Freeze for _mjtFrame
impl RefUnwindSafe for _mjtFrame
impl Send for _mjtFrame
impl Sync for _mjtFrame
impl Unpin for _mjtFrame
impl UnwindSafe for _mjtFrame
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