pub enum InputPipelineMetricDimensionEvent {
Show 55 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,
HandlerReceivedUninterestedEvent = 44,
InputFrameContainsMultipleTypesOfEvents = 45,
TouchInjectorReceivedInputFrameContainsEventsFromMultipleDevices = 46,
TouchscreenPreviousReportHasWakeLease = 47,
TouchpadPreviousReportHasWakeLease = 48,
MousePreviousReportHasWakeLease = 49,
KeyboardPreviousReportHasWakeLease = 50,
ButtonPreviousReportHasWakeLease = 51,
LightSensorPreviousReportHasWakeLease = 52,
TouchReportMissingContact = 53,
TouchReportContactMissingField = 54,
}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
HandlerReceivedUninterestedEvent = 44
InputFrameContainsMultipleTypesOfEvents = 45
TouchInjectorReceivedInputFrameContainsEventsFromMultipleDevices = 46
TouchscreenPreviousReportHasWakeLease = 47
TouchpadPreviousReportHasWakeLease = 48
MousePreviousReportHasWakeLease = 49
KeyboardPreviousReportHasWakeLease = 50
ButtonPreviousReportHasWakeLease = 51
LightSensorPreviousReportHasWakeLease = 52
TouchReportMissingContact = 53
TouchReportContactMissingField = 54
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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InputPipelineMetricDimensionEvent
impl Eq for InputPipelineMetricDimensionEvent
Source§impl Ord for InputPipelineMetricDimensionEvent
impl Ord for InputPipelineMetricDimensionEvent
Source§fn cmp(&self, other: &InputPipelineMetricDimensionEvent) -> Ordering
fn cmp(&self, other: &InputPipelineMetricDimensionEvent) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for InputPipelineMetricDimensionEvent
impl PartialOrd 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 UnsafeUnpin for InputPipelineMetricDimensionEvent
impl UnwindSafe for InputPipelineMetricDimensionEvent
Blanket Implementations§
Source§impl<A> AsEventCodes for Awhere
A: AsEventCode,
impl<A> AsEventCodes for Awhere
A: AsEventCode,
Source§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