#[repr(transparent)]pub struct GazeDeviceConfigurationStatePreview(pub i32);
Expand description
Required features: ‘Devices_Input_Preview’
Tuple Fields
0: i32
Implementations
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
impl Copy for GazeDeviceConfigurationStatePreview
Auto Trait Implementations
impl RefUnwindSafe for GazeDeviceConfigurationStatePreview
impl Send for GazeDeviceConfigurationStatePreview
impl Sync for GazeDeviceConfigurationStatePreview
impl Unpin for GazeDeviceConfigurationStatePreview
impl UnwindSafe for GazeDeviceConfigurationStatePreview
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more