pub fn udev_device_get_syspath(dev: &UdevDevice) -> &strExpand description
Gets the UdevDevice syspath.
From the libudev documentation:
Retrieve the sys path of the udev device. The path is an
absolute path and starts with the sys mount point.pub fn udev_device_get_syspath(dev: &UdevDevice) -> &strGets the UdevDevice syspath.
From the libudev documentation:
Retrieve the sys path of the udev device. The path is an
absolute path and starts with the sys mount point.