#[repr(transparent)]pub struct Input_MouseEventAction(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerated values of mouse event action.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl Input_MouseEventAction
impl Input_MouseEventAction
Sourcepub const MOUSE_ACTION_CANCEL: Input_MouseEventAction
pub const MOUSE_ACTION_CANCEL: Input_MouseEventAction
Cancel.
Source§impl Input_MouseEventAction
impl Input_MouseEventAction
Sourcepub const MOUSE_ACTION_MOVE: Input_MouseEventAction
pub const MOUSE_ACTION_MOVE: Input_MouseEventAction
Moving of the mouse pointer.
Source§impl Input_MouseEventAction
impl Input_MouseEventAction
Sourcepub const MOUSE_ACTION_BUTTON_DOWN: Input_MouseEventAction
pub const MOUSE_ACTION_BUTTON_DOWN: Input_MouseEventAction
Pressing down of the mouse.
Source§impl Input_MouseEventAction
impl Input_MouseEventAction
Sourcepub const MOUSE_ACTION_BUTTON_UP: Input_MouseEventAction
pub const MOUSE_ACTION_BUTTON_UP: Input_MouseEventAction
Lifting of the mouse button.
Source§impl Input_MouseEventAction
impl Input_MouseEventAction
Sourcepub const MOUSE_ACTION_AXIS_BEGIN: Input_MouseEventAction
pub const MOUSE_ACTION_AXIS_BEGIN: Input_MouseEventAction
Beginning of the mouse axis event
Source§impl Input_MouseEventAction
impl Input_MouseEventAction
Sourcepub const MOUSE_ACTION_AXIS_UPDATE: Input_MouseEventAction
pub const MOUSE_ACTION_AXIS_UPDATE: Input_MouseEventAction
Updating of the mouse axis event
Source§impl Input_MouseEventAction
impl Input_MouseEventAction
Sourcepub const MOUSE_ACTION_AXIS_END: Input_MouseEventAction
pub const MOUSE_ACTION_AXIS_END: Input_MouseEventAction
End of the mouse axis event
Trait Implementations§
Source§impl Clone for Input_MouseEventAction
impl Clone for Input_MouseEventAction
Source§fn clone(&self) -> Input_MouseEventAction
fn clone(&self) -> Input_MouseEventAction
Returns a copy 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 Input_MouseEventAction
impl Debug for Input_MouseEventAction
Source§impl Hash for Input_MouseEventAction
impl Hash for Input_MouseEventAction
Source§impl PartialEq for Input_MouseEventAction
impl PartialEq for Input_MouseEventAction
impl Copy for Input_MouseEventAction
impl Eq for Input_MouseEventAction
impl StructuralPartialEq for Input_MouseEventAction
Auto Trait Implementations§
impl Freeze for Input_MouseEventAction
impl RefUnwindSafe for Input_MouseEventAction
impl Send for Input_MouseEventAction
impl Sync for Input_MouseEventAction
impl Unpin for Input_MouseEventAction
impl UnwindSafe for Input_MouseEventAction
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