[−][src]Struct libeyelink_sys::DEVENT
Fields
time: f64type_: INT16read: UINT16eye: INT16sttime: f64entime: f64hstx: 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: UINT16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DEVENT
impl Send for DEVENT
impl Sync for DEVENT
impl Unpin for DEVENT
impl UnwindSafe for DEVENT
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,