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

pub struct Info { /* fields omitted */ }

A ResourceInfo for a CRTC.

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

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.