Struct drm::mode::Property [] [src]

pub struct Property { /* fields omitted */ }

A property of a connector.

Contains extensible information about a connector. For example: EDID information, DPMS, audio configuration, etc.

Methods

impl Property
[src]

Trait Implementations

impl Debug for Property
[src]

Formats the value using the given formatter.

impl Clone for Property
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Resource for Property
[src]