Struct tobii_sys::DeviceInfo [] [src]

#[repr(C)]
pub struct DeviceInfo { pub serial_number: [c_char; 128], pub model: [c_char; 64], pub generation: [c_char; 64], pub firmware_version: [c_char; 128], }

tobii_device_info_t

Fields

Trait Implementations

impl Copy for DeviceInfo
[src]

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

impl Sync for DeviceInfo