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

Unknown
None
HorizontalRgb
HorizontalBgr
VerticalRgb
VerticalBgr

Trait Implementations

Derived Implementations

impl Debug for WlOutputSubpixel

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