Struct drm_sys::drm_color_lut [] [src]

#[repr(C)]
pub struct drm_color_lut { pub red: __u16, pub green: __u16, pub blue: __u16, pub reserved: __u16, }

Fields

Trait Implementations

impl Debug for drm_color_lut
[src]

Formats the value using the given formatter.

impl Default for drm_color_lut
[src]

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

impl Copy for drm_color_lut
[src]

impl Clone for drm_color_lut
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more