#[repr(C)]pub struct InputEventList {
pub next: *mut InputEventList,
pub value: *mut InputEvent,
}Fields§
§next: *mut InputEventList§value: *mut InputEventTrait Implementations§
Source§impl Clone for InputEventList
impl Clone for InputEventList
Source§fn clone(&self) -> InputEventList
fn clone(&self) -> InputEventList
Returns a duplicate 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 InputEventList
impl Debug for InputEventList
impl Copy for InputEventList
Auto Trait Implementations§
impl Freeze for InputEventList
impl RefUnwindSafe for InputEventList
impl !Send for InputEventList
impl !Sync for InputEventList
impl Unpin for InputEventList
impl UnwindSafe for InputEventList
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