Enum wayland_client::core::output::OutputSubpixel [] [src]

pub enum OutputSubpixel {
    Unknown,
    None,
    HorizontalRGB,
    HorizontalBGR,
    VerticalRGB,
    VerticalBGR,
}

Subpixel format of an output.

Variants

Unknown
None
HorizontalRGB
HorizontalBGR
VerticalRGB
VerticalBGR

Trait Implementations

Derived Implementations

impl Clone for OutputSubpixel

fn clone(&self) -> OutputSubpixel

fn clone_from(&mut self, source: &Self)

impl Copy for OutputSubpixel