[][src]Struct libeyelink_sys::FSAMPLE

#[repr(C)]pub struct FSAMPLE {
    pub time: UINT32,
    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: UINT32type_: 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 FSAMPLE[src]

impl Copy for FSAMPLE[src]

impl Debug for FSAMPLE[src]

Auto Trait Implementations

impl RefUnwindSafe for FSAMPLE

impl Send for FSAMPLE

impl Sync for FSAMPLE

impl Unpin for FSAMPLE

impl UnwindSafe for FSAMPLE

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.