Struct flipperzero_sys::gui::InputEvent
source · [−]#[repr(C)]pub struct InputEvent {
pub sequence: u32,
pub key: InputKey,
pub event_type: InputType,
}Fields
sequence: u32key: InputKeyevent_type: InputTypeTrait Implementations
sourceimpl Clone for InputEvent
impl Clone for InputEvent
sourcefn clone(&self) -> InputEvent
fn clone(&self) -> InputEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for InputEvent
impl Debug for InputEvent
sourceimpl Display for InputEvent
impl Display for InputEvent
sourceimpl PartialEq<InputEvent> for InputEvent
impl PartialEq<InputEvent> for InputEvent
sourcefn eq(&self, other: &InputEvent) -> bool
fn eq(&self, other: &InputEvent) -> bool
impl Eq for InputEvent
impl StructuralEq for InputEvent
impl StructuralPartialEq for InputEvent
Auto Trait Implementations
impl RefUnwindSafe for InputEvent
impl Send for InputEvent
impl Sync for InputEvent
impl Unpin for InputEvent
impl UnwindSafe for InputEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more