Crate libdrm
Source - control
- result
- AuthToken
- A token unique to the process that determines who opened the device.
- DriverInfo
- MasterRef
- A simple handle to the DRM Master lock. This can be generated by any object
that implements the UnprivilegedDevice trait.
- ClientCapability
- Capabilities that the process understands.
- Device
- A trait for all DRM devices.
- MasterDevice
- A trait for DRM devices that may be holding the master lock.
- UnprivilegedDevice
- A trait for DRM devices that do not hold the master lock.