#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InputEventList
Auto Trait Implementations§
impl !Send for InputEventList
impl !Sync for InputEventList
impl Freeze for InputEventList
impl RefUnwindSafe for InputEventList
impl Unpin for InputEventList
impl UnsafeUnpin 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