[][src]Struct libeyelink_sys::FSAMPLE_RAW

#[repr(C)]pub struct FSAMPLE_RAW {
    pub struct_size: UINT32,
    pub raw_pupil: [f32; 2],
    pub raw_cr: [f32; 2],
    pub pupil_area: UINT32,
    pub cr_area: UINT32,
    pub pupil_dimension: [UINT32; 2],
    pub cr_dimension: [UINT32; 2],
    pub window_position: [UINT32; 2],
    pub pupil_cr: [f32; 2],
    pub cr_area2: UINT32,
    pub raw_cr2: [f32; 2],
}

@internal Used to access raw online data.

Fields

struct_size: UINT32raw_pupil: [f32; 2]raw_cr: [f32; 2]pupil_area: UINT32cr_area: UINT32pupil_dimension: [UINT32; 2]cr_dimension: [UINT32; 2]window_position: [UINT32; 2]pupil_cr: [f32; 2]cr_area2: UINT32raw_cr2: [f32; 2]

Trait Implementations

impl Clone for FSAMPLE_RAW[src]

impl Copy for FSAMPLE_RAW[src]

impl Debug for FSAMPLE_RAW[src]

impl Default for FSAMPLE_RAW[src]

Auto Trait Implementations

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.