Struct libdrm::AuthToken [] [src]

pub struct AuthToken(_);

A token unique to the process that determines who opened the device.

This token can be sent to another process that acts as the DRM Master and then authenticated to give extra privileges.

Trait Implementations

impl Debug for AuthToken
[src]

Formats the value using the given formatter.