Crate libdrm

Source

Modules§

control
result

Structs§

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.

Enums§

ClientCapability
Capabilities that the process understands.

Traits§

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.