[][src]Struct libeyelink_sys::DEVENT

#[repr(C)]pub struct DEVENT {
    pub time: f64,
    pub type_: INT16,
    pub read: UINT16,
    pub eye: INT16,
    pub sttime: f64,
    pub entime: f64,
    pub hstx: f32,
    pub hsty: f32,
    pub gstx: f32,
    pub gsty: f32,
    pub sta: f32,
    pub henx: f32,
    pub heny: f32,
    pub genx: f32,
    pub geny: f32,
    pub ena: f32,
    pub havx: f32,
    pub havy: f32,
    pub gavx: f32,
    pub gavy: f32,
    pub ava: f32,
    pub avel: f32,
    pub pvel: f32,
    pub svel: f32,
    pub evel: f32,
    pub supd_x: f32,
    pub eupd_x: f32,
    pub supd_y: f32,
    pub eupd_y: f32,
    pub status: UINT16,
}

Fields

time: f64type_: INT16read: UINT16eye: INT16sttime: f64entime: f64hstx: f32hsty: f32gstx: f32gsty: f32sta: f32henx: f32heny: f32genx: f32geny: f32ena: f32havx: f32havy: f32gavx: f32gavy: f32ava: f32avel: f32pvel: f32svel: f32evel: f32supd_x: f32eupd_x: f32supd_y: f32eupd_y: f32status: UINT16

Trait Implementations

impl Clone for DEVENT[src]

impl Copy for DEVENT[src]

impl Debug for DEVENT[src]

Auto Trait Implementations

impl RefUnwindSafe for DEVENT

impl Send for DEVENT

impl Sync for DEVENT

impl Unpin for DEVENT

impl UnwindSafe for DEVENT

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.