[−][src]Struct libeyelink_sys::ILINKDATA
Fields
time: UINT32version: UINT32samrate: UINT16samdiv: UINT16prescaler: UINT16vprescaler: UINT16pprescaler: UINT16hprescaler: UINT16sample_data: UINT16event_data: UINT16event_types: UINT16in_sample_block: bytein_event_block: bytehave_left_eye: bytehave_right_eye: bytelast_data_gap_types: UINT16last_data_buffer_type: UINT16last_data_buffer_size: UINT16control_read: UINT16first_in_block: UINT16last_data_item_time: UINT32last_data_item_type: UINT16last_data_item_contents: UINT16last_data_item: ALL_DATAblock_number: UINT32block_sample: UINT32block_event: UINT32last_resx: UINT16last_resy: UINT16last_pupil: [UINT16; 2]last_status: UINT16queued_samples: UINT16queued_events: UINT16queue_size: UINT16queue_free: UINT16last_rcve_time: UINT32samples_on: byteevents_on: bytepacket_flags: UINT16link_flags: UINT16state_flags: UINT16link_dstatus: bytelink_pendcmd: bytereserved: UINT16our_name: [c_char; 40]our_address: ELINKADDReye_name: [c_char; 40]eye_address: ELINKADDRebroadcast_address: ELINKADDRrbroadcast_address: ELINKADDRpolling_remotes: UINT16poll_responses: UINT16nodes: [ELINKNODE; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ILINKDATA
impl Send for ILINKDATA
impl Sync for ILINKDATA
impl Unpin for ILINKDATA
impl UnwindSafe for ILINKDATA
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>,