Struct panda_sys::InputEvent [−][src]
#[repr(C)]pub struct InputEvent { pub type_: InputEventKind, pub u: InputEvent__bindgen_ty_1, }
Fields
type_: InputEventKindu: InputEvent__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InputEventimpl !Send for InputEventimpl !Sync for InputEventimpl Unpin for InputEventimpl UnwindSafe for InputEventBlanket Implementations
Mutably borrows from an owned value. Read more