pub fn serial_name<T: AsRawDescriptor>(descriptor: &T) -> Result<String>
Expand description
Gets the unique (serial) name of an event device (see EVIOCGUNIQ ioctl for details).
pub fn serial_name<T: AsRawDescriptor>(descriptor: &T) -> Result<String>
Gets the unique (serial) name of an event device (see EVIOCGUNIQ ioctl for details).