[go: up one dir, main page]

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

pub struct Info { /* fields omitted */ }

A ResourceInfo for a connector.

Methods

impl Info
[src]

[src]

Returns the Type of connector.

[src]

Returns the State of connector.

[src]

Returns a list containing each supported Mode.

[src]

Returns the currently active encoder

[src]

Returns a list containing each supported [encoder::Handle].

Trait Implementations

impl Debug for Info
[src]

[src]

Formats the value using the given formatter.

impl Clone for Info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl ResourceInfo for Info
[src]

The type of handle used to load this trait.

[src]

Load the resource from a Device given its ResourceHandle

[src]

Get the ResourceHandle for this resource.