#[repr(u32)]pub enum _mjtEvent {
NONE = 0,
MOVE = 1,
PRESS = 2,
RELEASE = 3,
SCROLL = 4,
KEY = 5,
RESIZE = 6,
}Variants§
Trait Implementations§
impl Copy for _mjtEvent
impl Eq for _mjtEvent
impl StructuralPartialEq for _mjtEvent
Auto Trait Implementations§
impl Freeze for _mjtEvent
impl RefUnwindSafe for _mjtEvent
impl Send for _mjtEvent
impl Sync for _mjtEvent
impl Unpin for _mjtEvent
impl UnwindSafe for _mjtEvent
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