[][src]Struct libeyelink_sys::FEVENT

#[repr(C)]pub struct FEVENT {
    pub time: UINT32,
    pub type_: INT16,
    pub read: UINT16,
    pub eye: INT16,
    pub sttime: UINT32,
    pub entime: UINT32,
    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: UINT32type_: INT16read: UINT16eye: INT16sttime: UINT32entime: UINT32hstx: 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 FEVENT[src]

impl Copy for FEVENT[src]

impl Debug for FEVENT[src]

Auto Trait Implementations

impl RefUnwindSafe for FEVENT

impl Send for FEVENT

impl Sync for FEVENT

impl Unpin for FEVENT

impl UnwindSafe for FEVENT

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.