Struct GazeDeviceConfigurationStatePreview
#[repr(transparent)]pub struct GazeDeviceConfigurationStatePreview(pub i32);Tuple Fields§
§0: i32Implementations§
§impl GazeDeviceConfigurationStatePreview
impl GazeDeviceConfigurationStatePreview
pub const Unknown: Self
pub const Ready: Self
pub const Configuring: Self
pub const ScreenSetupNeeded: Self
pub const UserCalibrationNeeded: Self
Trait Implementations§
§impl Clone for GazeDeviceConfigurationStatePreview
impl Clone for GazeDeviceConfigurationStatePreview
§fn clone(&self) -> GazeDeviceConfigurationStatePreview
fn clone(&self) -> GazeDeviceConfigurationStatePreview
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 more§impl Default for GazeDeviceConfigurationStatePreview
impl Default for GazeDeviceConfigurationStatePreview
§fn default() -> GazeDeviceConfigurationStatePreview
fn default() -> GazeDeviceConfigurationStatePreview
Returns the “default value” for a type. Read more
§impl PartialEq for GazeDeviceConfigurationStatePreview
impl PartialEq for GazeDeviceConfigurationStatePreview
§fn eq(&self, other: &GazeDeviceConfigurationStatePreview) -> bool
fn eq(&self, other: &GazeDeviceConfigurationStatePreview) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GazeDeviceConfigurationStatePreview
impl Eq for GazeDeviceConfigurationStatePreview
impl StructuralPartialEq for GazeDeviceConfigurationStatePreview
Auto Trait Implementations§
impl Freeze for GazeDeviceConfigurationStatePreview
impl RefUnwindSafe for GazeDeviceConfigurationStatePreview
impl Send for GazeDeviceConfigurationStatePreview
impl Sync for GazeDeviceConfigurationStatePreview
impl Unpin for GazeDeviceConfigurationStatePreview
impl UnwindSafe for GazeDeviceConfigurationStatePreview
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