Struct classicube_sys::_InputEventsList
source · #[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
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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)