Expand description
Implements a listener to wait for Linux kobject uevents.
These are used to wait for device hotplug events, disk capacity changes, and other asynchronous hardware state changes in Linux.
Structs§
- CallbackHandle 
- A callback handle from UeventListener.
- NewUeventListener Error 
- An error from UeventListener::new.
- Uevent
- A device event.
- UeventListener 
- A listener for Linux udev events.
Enums§
- Notification
- A notification for a UeventListenercallback to process.