Struct tobii_sys::GazePoint [] [src]

#[repr(C)]
pub struct GazePoint { pub timestamp_us: i64, pub validity: Validity, pub position_xy: [f32; 2], }

Fields

Trait Implementations

impl Debug for GazePoint
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GazePoint
[src]

impl Clone for GazePoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GazePoint

impl Sync for GazePoint