udev

Type Alias Properties

source
pub type Properties<'a> = List<'a, Device, Entry<'a>>;
Expand description

A convenience alias for a list of properties, bound to a device.

Aliased Typeยง

struct Properties<'a> { /* private fields */ }