Re-exports§
pub use display::display_configuration::DisplayConfiguration;pub use input::input_device_configuration::InputConfiguration;
Modules§
- agent
- audio
- base
- Service-wide definitions.
- display
- ingress
- This mod defines the building blocks for receiving inbound communication from external
interfaces, such as FIDL. It also includes common implementations for working with
Jobsfor incoming requests. - input
- trace
- This mod provides utilities for simplifying the collection of trace events.
Macros§
- trace
- This macro simplifies collecting async trace events. It uses “setui” as the category name.
- trace_
guard - This macro simplifies collecting async trace events. It returns a guard that can be used to control the scope of the tracing event. It uses “setui” as the category name.
Structs§
- Agent
Configuration - Enabled
Interfaces Configuration - Environment
Builder - The EnvironmentBuilder aggregates the parameters surrounding an environment and ultimately spawns an environment based on them.
- Light
Hardware Configuration - Service
Configuration - Service
Flags
Type Aliases§
- Exit
Sender - A common trigger for exiting.