Struct tobii_sys::Notification [] [src]

#[repr(C)]
pub struct Notification { pub type_: NotificationType, pub value_type: NotificationValueType, pub value: NotificationUnion, }

Fields

Trait Implementations

impl Copy for Notification
[src]

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

impl Sync for Notification