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