Struct classicube_sys::_InputEventsList
source · #[repr(C)]pub struct _InputEventsList {
pub Press: Event_Int,
pub Down: Event_Input,
pub Up: Event_Int,
pub Wheel: Event_Float,
pub TextChanged: Event_String,
}Fields§
§Press: Event_Int§Down: Event_Input§Up: Event_Int§Wheel: Event_Float§TextChanged: Event_StringTrait 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
source§fn eq(&self, other: &_InputEventsList) -> bool
fn eq(&self, other: &_InputEventsList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _InputEventsList
impl Eq for _InputEventsList
impl StructuralPartialEq for _InputEventsList
Auto Trait Implementations§
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