#[repr(u32)]pub enum _mjtMouse {
NONE = 0,
ROTATE_V = 1,
ROTATE_H = 2,
MOVE_V = 3,
MOVE_H = 4,
ZOOM = 5,
SELECT = 6,
}Variants§
Trait Implementations§
impl Copy for _mjtMouse
impl Eq for _mjtMouse
impl StructuralPartialEq for _mjtMouse
Auto Trait Implementations§
impl Freeze for _mjtMouse
impl RefUnwindSafe for _mjtMouse
impl Send for _mjtMouse
impl Sync for _mjtMouse
impl Unpin for _mjtMouse
impl UnsafeUnpin for _mjtMouse
impl UnwindSafe for _mjtMouse
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