Enum wayland_client::wayland::output::WlOutputSubpixel [] [src]

pub enum WlOutputSubpixel {
    Unknown,
    None,
    HorizontalRgb,
    HorizontalBgr,
    VerticalRgb,
    VerticalBgr,
}

subpixel geometry information

This enumeration describes how the physical pixels on an output are laid out.

Variants

UnknownNoneHorizontalRgbHorizontalBgrVerticalRgbVerticalBgr

Trait Implementations

impl Debug for WlOutputSubpixel
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.