Struct drm_sys::drm_mode_crtc_lut [] [src]

#[repr(C)]
pub struct drm_mode_crtc_lut { pub crtc_id: __u32, pub gamma_size: __u32, pub red: __u64, pub green: __u64, pub blue: __u64, }

Fields

Trait Implementations

impl Debug for drm_mode_crtc_lut
[src]

Formats the value using the given formatter.

impl Default for drm_mode_crtc_lut
[src]

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

impl Copy for drm_mode_crtc_lut
[src]

impl Clone for drm_mode_crtc_lut
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more