#[repr(C)]pub struct EventType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl EventType
impl EventType
pub fn mouse_down() -> Self
pub fn mouse_up() -> Self
pub fn mouse_move() -> Self
pub fn mouse_drag() -> Self
pub fn key_down() -> Self
pub fn key_up() -> Self
pub fn scroll_wheel() -> Self
pub fn repaint() -> Self
pub fn layout() -> Self
pub fn drag_updated() -> Self
pub fn drag_perform() -> Self
pub fn drag_exited() -> Self
pub fn ignore() -> Self
pub fn used() -> Self
pub fn validate_command() -> Self
pub fn execute_command() -> Self
pub fn context_click() -> Self
pub fn mouse_enter_window() -> Self
pub fn mouse_leave_window() -> Self
pub fn touch_down() -> Self
pub fn touch_up() -> Self
pub fn touch_move() -> Self
pub fn touch_enter() -> Self
pub fn touch_leave() -> Self
pub fn touch_stationary() -> Self
Trait Implementations§
Source§impl ClassIdentity for EventType
impl ClassIdentity for EventType
impl Copy for EventType
impl Eq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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)