Struct drm::drm_mode::Resources [] [src]

pub struct Resources { /* fields omitted */ }

Resources structure. Can be obtained by call to drm_mode::get_mode_resources

Methods

impl Resources
[src]

General methods

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

impl Resources
[src]

Getters for original members

Returns count of frame buffers.

Returns count of CRTCs

Return count of connectors.

Return count of encoders.

Return vector of CRTC ids.

Return vector of encoder ids.

Return vector of connector ids.

Trait Implementations

impl Drop for Resources
[src]

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