Struct drm::control::connector::Info
[−]
[src]
pub struct Info { /* fields omitted */ }A ResourceInfo for a connector.
Methods
impl Info[src]
fn connector_type(&self) -> Type[src]
Returns the Type of connector.
fn connection_state(&self) -> State[src]
Returns the State of connector.
fn modes<'a>(&'a self) -> &'a [Mode][src]
Returns a list containing each supported Mode.
fn current_encoder(&self) -> Option<Handle>[src]
Returns the currently active encoder
fn encoders<'a>(&'a self) -> &'a [Handle][src]
Returns a list containing each supported [encoder::Handle].
Trait Implementations
impl Debug for Info[src]
impl Clone for Info[src]
fn clone(&self) -> Info[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for Info[src]
fn eq(&self, __arg_0: &Info) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Info) -> bool[src]
This method tests for !=.