Struct drm_sys::drm_mode_crtc [] [src]

#[repr(C)]
pub struct drm_mode_crtc { pub set_connectors_ptr: __u64, pub count_connectors: __u32, pub crtc_id: __u32, pub fb_id: __u32, pub x: __u32, pub y: __u32, pub gamma_size: __u32, pub mode_valid: __u32, pub mode: drm_mode_modeinfo, }

Fields

< Id

< Id of framebuffer

< x Position on the framebuffer

< y Position on the framebuffer

Trait Implementations

impl Debug for drm_mode_crtc
[src]

Formats the value using the given formatter.

impl Default for drm_mode_crtc
[src]

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

impl Copy for drm_mode_crtc
[src]

impl Clone for drm_mode_crtc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more