Enum drm::ClientCapability [] [src]

pub enum ClientCapability {
    Stereo3D,
    UniversalPlanes,
    Atomic,
}

Capabilities that the process understands.

These can be used to tell the DRM device what capabilities the process can use.

Variants

Trait Implementations

impl Debug for ClientCapability
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClientCapability
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ClientCapability
[src]

impl PartialEq for ClientCapability
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ClientCapability
[src]