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]
fn flags(&self) -> PropertyFlags
Trait Implementations
impl Debug for Property
[src]
impl Clone for Property
[src]
fn clone(&self) -> Property
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more