Struct drm::mode::Connector [] [src]

pub struct Connector { /* fields omitted */ }

A connector represents the final output.

Usually a physical display connected by a cable.

Methods

impl Connector
[src]

Get an iterator over the properties of this connector and the values they have been set to.

List of avaible modes on this connector.

List of encoders that can be used with this connector.

Show the current encoder being used.

Get the id of this encoder.

Get the type of connector.

Get the state of the connector. (Connected/Disconnected).

Get the subpixel layout. (The positions the colors are layed out on the screen).

Trait Implementations

impl Debug for Connector
[src]

Formats the value using the given formatter.

impl Clone for Connector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Resource for Connector
[src]