#[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.
Sourcepub const MOUSE_ACTION_MOVE: Input_MouseEventAction
pub const MOUSE_ACTION_MOVE: Input_MouseEventAction
Moving of the mouse pointer.
Sourcepub const MOUSE_ACTION_BUTTON_DOWN: Input_MouseEventAction
pub const MOUSE_ACTION_BUTTON_DOWN: Input_MouseEventAction
Pressing down of the mouse.
Sourcepub const MOUSE_ACTION_BUTTON_UP: Input_MouseEventAction
pub const MOUSE_ACTION_BUTTON_UP: Input_MouseEventAction
Lifting of the mouse button.
Sourcepub const MOUSE_ACTION_AXIS_BEGIN: Input_MouseEventAction
pub const MOUSE_ACTION_AXIS_BEGIN: Input_MouseEventAction
Beginning of the mouse axis event
Sourcepub const MOUSE_ACTION_AXIS_UPDATE: Input_MouseEventAction
pub const MOUSE_ACTION_AXIS_UPDATE: Input_MouseEventAction
Updating of the mouse axis event
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 duplicate of the value. Read more
1.0.0§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)