[][src]Struct libeyelink_sys::DSAMPLE

#[repr(C)]pub struct DSAMPLE {
    pub time: f64,
    pub type_: INT16,
    pub flags: UINT16,
    pub px: [f32; 2],
    pub py: [f32; 2],
    pub hx: [f32; 2],
    pub hy: [f32; 2],
    pub pa: [f32; 2],
    pub gx: [f32; 2],
    pub gy: [f32; 2],
    pub rx: f32,
    pub ry: f32,
    pub status: UINT16,
    pub input: UINT16,
    pub buttons: UINT16,
    pub htype: INT16,
    pub hdata: [INT16; 8],
}

Fields

time: f64type_: INT16flags: UINT16px: [f32; 2]py: [f32; 2]hx: [f32; 2]hy: [f32; 2]pa: [f32; 2]gx: [f32; 2]gy: [f32; 2]rx: f32ry: f32status: UINT16input: UINT16buttons: UINT16htype: INT16hdata: [INT16; 8]

Trait Implementations

impl Clone for DSAMPLE[src]

impl Copy for DSAMPLE[src]

impl Debug for DSAMPLE[src]

Auto Trait Implementations

impl RefUnwindSafe for DSAMPLE

impl Send for DSAMPLE

impl Sync for DSAMPLE

impl Unpin for DSAMPLE

impl UnwindSafe for DSAMPLE

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.