Struct drm::control::connector::Handle [] [src]

pub struct Handle(_);

A ResourceHandle for a connector.

Like all control resources, every connector has a unique Handle associated with it. This Handle can be used to acquire information about the connector (see connector::Info) or change the connector's state.

These can be retrieved by using ResourceHandles::connectors.

Trait Implementations

impl ResourceHandle for Handle
[src]

[src]

Create this handle from its raw part.

[src]

Get the raw part from this handle.

impl Debug for Handle
[src]

[src]

Formats the value using the given formatter.

impl Clone for Handle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Handle
[src]

impl PartialEq for Handle
[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 Handle
[src]

impl Hash for Handle
[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 LoadProperties for Handle
[src]

TYPE: u32 = ffi::DRM_MODE_OBJECT_CONNECTOR

[src]