Struct drm::mode::Encoder
[−]
[src]
pub struct Encoder { /* fields omitted */ }
Methods
impl Encoder
[src]
fn id(&self) -> Id<Encoder>
fn crtc_id(&self) -> Option<Id<Crtc>>
fn encoder_type(&self) -> EncoderType
The type of encoder.
Trait Implementations
impl Debug for Encoder
[src]
impl Clone for Encoder
[src]
fn clone(&self) -> Encoder
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