#[repr(C)]pub struct _InputEventsList {
pub Press: Event_Int,
pub _down: Event_Input,
pub _up: Event_Input,
pub Wheel: Event_Float,
pub TextChanged: Event_String,
pub Down2: Event_Input,
pub Up2: Event_Input,
}
Fields§
§Press: Event_Int
§_down: Event_Input
§_up: Event_Input
§Wheel: Event_Float
§TextChanged: Event_String
§Down2: Event_Input
§Up2: Event_Input
Trait Implementations§
Source§impl Clone for _InputEventsList
impl Clone for _InputEventsList
Source§fn clone(&self) -> _InputEventsList
fn clone(&self) -> _InputEventsList
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 _InputEventsList
impl Debug for _InputEventsList
Source§impl Hash for _InputEventsList
impl Hash for _InputEventsList
Source§impl PartialEq for _InputEventsList
impl PartialEq for _InputEventsList
impl Copy for _InputEventsList
impl Eq for _InputEventsList
impl StructuralPartialEq for _InputEventsList
Auto Trait Implementations§
impl Freeze for _InputEventsList
impl RefUnwindSafe for _InputEventsList
impl !Send for _InputEventsList
impl !Sync for _InputEventsList
impl Unpin for _InputEventsList
impl UnwindSafe for _InputEventsList
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