Struct cognitive_device_manager::udev::Udev [] [src]

pub struct Udev { /* fields omitted */ }

Wrapper for libudev's context.

Methods

impl Udev
[src]

Constructs new "Udev".

Iterates over connected input event devices and pass results to given handler. Panics if something goes wrong.

Iterates over connected output DRM devices and pass results to given handler. Panics if something goes wrong.