pub enum InputPipelineMetricDimensionEvent {
Show 44 variants
Unset = 0,
AutorepeatCouldNotFireTimer = 1,
AutorepeatCouldNotRunAutorepeat = 2,
ConsumerControlsSendEventFailed = 3,
FactoryResetFailedToReset = 4,
FactoryResetNotAllowedReset = 5,
FactoryResetFailedToSendCountdown = 6,
FocusChainListenerRequestError = 7,
ImeFailedToDispatchKeyToIme = 8,
InputDeviceCreateInputReportProxyFailed = 9,
InputDeviceGetInputReportsReaderError = 10,
InputPipelineCouldNotForwardEvent = 11,
InputPipelineDisplayOwnershipIsNotSupposedToTerminate = 12,
InputPipelineAutorepeatRunningError = 13,
InputPipelineUnableToWatchForNewInputDevices = 14,
InputPipelineCouldNotForwardEventFromDriver = 15,
InputPipelineStopHandlingEvents = 16,
InputPipelineNoDeviceDescriptor = 17,
InputPipelineFailedToBind = 18,
KeyboardEmptyDeviceInfo = 19,
KeyboardFailedToParse = 20,
KeyboardFailedToSendKeyboardEvent = 21,
MediaButtonErrorWhilePushingTask = 22,
MouseDescriptionNotMouse = 23,
MouseFailedToSendEvent = 24,
MouseInjectorUpdateCursorRendererFailed = 25,
MouseInjectorEnsureInjectorRegisteredFailed = 26,
MouseInjectorSendEventToScenicFailed = 27,
MouseInjectorMissingIsPrecisionScroll = 28,
MouseInjectorErrorWhileReadingViewportUpdate = 29,
MouseInjectorViewportUpdateStreamTerminatedUnexpectedly = 30,
PointerDisplayScaleNoPhysicalPixel = 31,
PointerSensorScaleHandlerScaledMotionInvalid = 32,
PointerSensorScaleHandlerScaledScrollInvalid = 33,
TextSettingsHandlerExit = 34,
TextSettingsHandlerCantRun = 35,
TouchFailedToSendTouchScreenEvent = 36,
TouchFailedToSendTouchpadEvent = 37,
TouchInjectorEnsureInjectorRegisteredFailed = 38,
TouchInjectorSendEventToScenicFailed = 39,
TouchInjectorErrorWhileReadingViewportUpdate = 40,
TouchInjectorViewportUpdateStreamTerminatedUnexpectedly = 41,
LightEmptyDeviceInfo = 42,
LightFailedToSendEvent = 43,
}
Variants§
Unset = 0
AutorepeatCouldNotFireTimer = 1
AutorepeatCouldNotRunAutorepeat = 2
ConsumerControlsSendEventFailed = 3
FactoryResetFailedToReset = 4
FactoryResetNotAllowedReset = 5
FactoryResetFailedToSendCountdown = 6
FocusChainListenerRequestError = 7
ImeFailedToDispatchKeyToIme = 8
InputDeviceCreateInputReportProxyFailed = 9
InputDeviceGetInputReportsReaderError = 10
InputPipelineCouldNotForwardEvent = 11
InputPipelineDisplayOwnershipIsNotSupposedToTerminate = 12
InputPipelineAutorepeatRunningError = 13
InputPipelineUnableToWatchForNewInputDevices = 14
InputPipelineCouldNotForwardEventFromDriver = 15
InputPipelineStopHandlingEvents = 16
InputPipelineNoDeviceDescriptor = 17
InputPipelineFailedToBind = 18
KeyboardEmptyDeviceInfo = 19
KeyboardFailedToParse = 20
KeyboardFailedToSendKeyboardEvent = 21
MediaButtonErrorWhilePushingTask = 22
MouseDescriptionNotMouse = 23
MouseFailedToSendEvent = 24
MouseInjectorUpdateCursorRendererFailed = 25
MouseInjectorEnsureInjectorRegisteredFailed = 26
MouseInjectorSendEventToScenicFailed = 27
MouseInjectorMissingIsPrecisionScroll = 28
MouseInjectorErrorWhileReadingViewportUpdate = 29
MouseInjectorViewportUpdateStreamTerminatedUnexpectedly = 30
PointerDisplayScaleNoPhysicalPixel = 31
PointerSensorScaleHandlerScaledMotionInvalid = 32
PointerSensorScaleHandlerScaledScrollInvalid = 33
TextSettingsHandlerExit = 34
TextSettingsHandlerCantRun = 35
TouchFailedToSendTouchScreenEvent = 36
TouchFailedToSendTouchpadEvent = 37
TouchInjectorEnsureInjectorRegisteredFailed = 38
TouchInjectorSendEventToScenicFailed = 39
TouchInjectorErrorWhileReadingViewportUpdate = 40
TouchInjectorViewportUpdateStreamTerminatedUnexpectedly = 41
LightEmptyDeviceInfo = 42
LightFailedToSendEvent = 43
Trait Implementations§
Source§impl AsEventCode for InputPipelineMetricDimensionEvent
impl AsEventCode for InputPipelineMetricDimensionEvent
fn as_event_code(&self) -> u32
Source§impl Clone for InputPipelineMetricDimensionEvent
impl Clone for InputPipelineMetricDimensionEvent
Source§fn clone(&self) -> InputPipelineMetricDimensionEvent
fn clone(&self) -> InputPipelineMetricDimensionEvent
Returns a copy 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 Ord for InputPipelineMetricDimensionEvent
impl Ord for InputPipelineMetricDimensionEvent
Source§fn cmp(&self, other: &InputPipelineMetricDimensionEvent) -> Ordering
fn cmp(&self, other: &InputPipelineMetricDimensionEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InputPipelineMetricDimensionEvent
impl PartialEq for InputPipelineMetricDimensionEvent
Source§fn eq(&self, other: &InputPipelineMetricDimensionEvent) -> bool
fn eq(&self, other: &InputPipelineMetricDimensionEvent) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for InputPipelineMetricDimensionEvent
impl PartialOrd for InputPipelineMetricDimensionEvent
impl Copy for InputPipelineMetricDimensionEvent
impl Eq for InputPipelineMetricDimensionEvent
impl StructuralPartialEq for InputPipelineMetricDimensionEvent
Auto Trait Implementations§
impl Freeze for InputPipelineMetricDimensionEvent
impl RefUnwindSafe for InputPipelineMetricDimensionEvent
impl Send for InputPipelineMetricDimensionEvent
impl Sync for InputPipelineMetricDimensionEvent
impl Unpin for InputPipelineMetricDimensionEvent
impl UnwindSafe for InputPipelineMetricDimensionEvent
Blanket Implementations§
§impl<A> AsEventCodes for Awhere
A: AsEventCode,
impl<A> AsEventCodes for Awhere
A: AsEventCode,
§fn as_event_codes(&self) -> Vec<u32>
fn as_event_codes(&self) -> Vec<u32>
Converts the source type into a
Vec<u32>
of event codes.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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)