#[repr(C)]pub struct GazePoint {
pub timestamp_us: i64,
pub validity: Validity,
pub position_xy: [f32; 2],
}Fields§
§timestamp_us: i64§validity: Validity§position_xy: [f32; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for GazePoint
impl RefUnwindSafe for GazePoint
impl Send for GazePoint
impl Sync for GazePoint
impl Unpin for GazePoint
impl UnwindSafe for GazePoint
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