Crate settings

Crate settings 

Source

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 Jobs for 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§

AgentConfiguration
EnabledInterfacesConfiguration
EnvironmentBuilder
The EnvironmentBuilder aggregates the parameters surrounding an environment and ultimately spawns an environment based on them.
LightHardwareConfiguration
ServiceConfiguration
ServiceFlags

Type Aliases§

ExitSender
A common trigger for exiting.