Struct panda_sys::InputEventList [−][src]
#[repr(C)]pub struct InputEventList { pub next: *mut InputEventList, pub value: *mut InputEvent, }
Fields
next: *mut InputEventListvalue: *mut InputEventTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InputEventListimpl !Send for InputEventListimpl !Sync for InputEventListimpl Unpin for InputEventListimpl UnwindSafe for InputEventListBlanket Implementations
Mutably borrows from an owned value. Read more