[go: up one dir, main page]

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

[src]

Formats the value using the given formatter.

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 From<RawHandle> for Handle
[src]

[src]

Performs the conversion.

impl ResourceHandle for Handle
[src]

impl LoadProperties for Handle
[src]

TYPE: u32 = ffi::DRM_MODE_OBJECT_CONNECTOR

[src]