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_IntDown: Event_InputUp: Event_IntWheel: Event_FloatTextChanged: Event_StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
