Enum wayland_client::protocol::wl_output::Subpixel [] [src]

#[repr(u32)]
pub enum Subpixel { Unknown, None, HorizontalRgb, HorizontalBgr, VerticalRgb, VerticalBgr, }

subpixel geometry information

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

Variants

unknown geometry

no geometry

horizontal RGB

horizontal BGR

vertical RGB

vertical BGR

Methods

impl Subpixel
[src]

[src]

[src]

Trait Implementations

impl Copy for Subpixel
[src]

impl Clone for Subpixel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Subpixel
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Subpixel
[src]

[src]

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

1.0.0
[src]

This method tests for !=.