#[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],
}Expand description
@internal Used to access raw online data.
Fields§
§struct_size: UINT32§raw_pupil: [f32; 2]§raw_cr: [f32; 2]§pupil_area: UINT32§cr_area: UINT32§pupil_dimension: [UINT32; 2]§cr_dimension: [UINT32; 2]§window_position: [UINT32; 2]§pupil_cr: [f32; 2]§cr_area2: UINT32§raw_cr2: [f32; 2]Trait Implementations§
Source§impl Clone for FSAMPLE_RAW
impl Clone for FSAMPLE_RAW
Source§fn clone(&self) -> FSAMPLE_RAW
fn clone(&self) -> FSAMPLE_RAW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FSAMPLE_RAW
impl Debug for FSAMPLE_RAW
Source§impl Default for FSAMPLE_RAW
impl Default for FSAMPLE_RAW
Source§fn default() -> FSAMPLE_RAW
fn default() -> FSAMPLE_RAW
Returns the “default value” for a type. Read more
impl Copy for FSAMPLE_RAW
Auto Trait Implementations§
impl Freeze for FSAMPLE_RAW
impl RefUnwindSafe for FSAMPLE_RAW
impl Send for FSAMPLE_RAW
impl Sync for FSAMPLE_RAW
impl Unpin for FSAMPLE_RAW
impl UnwindSafe for FSAMPLE_RAW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more