Expand description
Provides device management functionality.
Re-exports§
pub use udev::Udev;
pub use device_manager::DeviceManager;
Modules§
- device_
manager - Device manager.
- udev
- Wrapper for
libudev
. Allows to find interesting devices.
Structs§
- Graphics
Manager - Graphics manager provides basic access to GPU for non-rendering components.
- Input
Collector InputCollector
manages plugging-in and out input devices.- Output
Collector - Output Collector manages output devices. When output if found or lost Collector notifies the rest of application about this event.
- Virtual
Terminal - Represents a virtual terminal.