Struct tobii_sys::Version [] [src]

#[repr(C)]
pub struct Version { pub major: c_int, pub minor: c_int, pub revision: c_int, pub build: c_int, }

tobii_version_t

Fields

Trait Implementations

impl Debug for Version
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Version
[src]

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

impl Sync for Version