Struct drm::drm_mode::Connector [] [src]

pub struct Connector { /* fields omitted */ }

Structure representing connector.

Methods

impl Connector
[src]

General methods

Connector constructor. Does not check if passed arguments are valid.

Get string representation of connector type.

impl Connector
[src]

Getters for original members

Get id of encoder currently connected to.

Get width in millimeters.

Get height in millimeters.

Get count of modes.

Get count of encoders.

Return vector of modes.

Return vector of encoder ids.

Trait Implementations

impl Drop for Connector
[src]

A method called when the value goes out of scope. Read more

impl Debug for Connector
[src]

Formats the value using the given formatter.