Struct tobii_sys::GazeOrigin [] [src]

#[repr(C)]
pub struct GazeOrigin { pub timestamp_us: i64, pub left_validity: Validity, pub left_xyz: [f32; 3], pub right_validity: Validity, pub right_xyz: [f32; 3], }

Fields

Trait Implementations

impl Debug for GazeOrigin
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GazeOrigin
[src]

impl Clone for GazeOrigin
[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 GazeOrigin

impl Sync for GazeOrigin