Struct drm_sys::drm_mode_get_encoder [] [src]

#[repr(C)]
pub struct drm_mode_get_encoder { pub encoder_id: __u32, pub encoder_type: __u32, pub crtc_id: __u32, pub possible_crtcs: __u32, pub possible_clones: __u32, }

Fields

< Id of crtc

Trait Implementations

impl Debug for drm_mode_get_encoder
[src]

Formats the value using the given formatter.

impl Default for drm_mode_get_encoder
[src]

Returns the "default value" for a type. Read more

impl Copy for drm_mode_get_encoder
[src]

impl Clone for drm_mode_get_encoder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more