[−][src]Struct libeyelink_sys::IEVENT
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: UINT16Trait Implementations
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]
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>,