Struct drm::mode::Crtc [] [src]

pub struct Crtc { /* fields omitted */ }

A CRTC the first stage in the encoding pipeline.

CRTC stands for "Cathode Ray Tube Controller". Which works much like CRTC's did. Display cables behave very similar to how CRTC's recieved input so we still used the same term for the device that controls it.

Methods

impl Crtc
[src]

Id of the current frame buffer.

Information about the current mode.

Position within the frame buffer being scanned out.

Trait Implementations

impl Debug for Crtc
[src]

Formats the value using the given formatter.

impl Clone for Crtc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Resource for Crtc
[src]