Enum drm_sys::drmModeSubPixel [] [src]

#[repr(u32)]
pub enum drmModeSubPixel { DRM_MODE_SUBPIXEL_UNKNOWN, DRM_MODE_SUBPIXEL_HORIZONTAL_RGB, DRM_MODE_SUBPIXEL_HORIZONTAL_BGR, DRM_MODE_SUBPIXEL_VERTICAL_RGB, DRM_MODE_SUBPIXEL_VERTICAL_BGR, DRM_MODE_SUBPIXEL_NONE, }

Variants

Trait Implementations

impl Debug for drmModeSubPixel
[src]

Formats the value using the given formatter.

impl Copy for drmModeSubPixel
[src]

impl Clone for drmModeSubPixel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for drmModeSubPixel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for drmModeSubPixel
[src]

impl Hash for drmModeSubPixel
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more