Struct drm::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]

[src]

Formats the value using the given formatter.

impl Clone for AuthToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AuthToken
[src]

impl PartialEq for AuthToken
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for AuthToken
[src]

impl Hash for AuthToken
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl From<u32> for AuthToken
[src]

[src]

Performs the conversion.