[][src]Struct libeyelink_sys::IEVENT

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

Fields

time: UINT32type_: INT16read: UINT16eye: INT16sttime: UINT32entime: UINT32hstx: INT16hsty: INT16gstx: INT16gsty: INT16sta: UINT16henx: INT16heny: INT16genx: INT16geny: INT16ena: UINT16havx: INT16havy: INT16gavx: INT16gavy: INT16ava: UINT16avel: INT16pvel: INT16svel: INT16evel: INT16supd_x: INT16eupd_x: INT16supd_y: INT16eupd_y: INT16status: UINT16

Trait Implementations

impl Clone for IEVENT[src]

impl Copy for IEVENT[src]

impl Debug for IEVENT[src]

Auto Trait Implementations

impl RefUnwindSafe for IEVENT

impl Send for IEVENT

impl Sync for IEVENT

impl Unpin for IEVENT

impl UnwindSafe for IEVENT

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.