Struct tobii_sys::DisplayArea [] [src]

#[repr(C)]
pub struct DisplayArea { pub top_left_mm_xyz: [f32; 3], pub top_right_mm_xyz: [f32; 3], pub bottom_left_mm_xyz: [f32; 3], }

Fields

Trait Implementations

impl Debug for DisplayArea
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DisplayArea
[src]

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

impl Sync for DisplayArea