pub struct RawEvent {
pub x: u16,
pub y: u16,
pub t: i64,
pub p: bool,
}Expand description
A single event as produced by a reader, before it is placed on the sensor grid.
Fields§
§x: u16§y: u16§t: i64§p: boolTrait Implementations§
impl Copy for RawEvent
impl Eq for RawEvent
impl StructuralPartialEq for RawEvent
Auto Trait Implementations§
impl Freeze for RawEvent
impl RefUnwindSafe for RawEvent
impl Send for RawEvent
impl Sync for RawEvent
impl Unpin for RawEvent
impl UnsafeUnpin for RawEvent
impl UnwindSafe for RawEvent
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