Enum smithay_client_toolkit::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]

Trait Implementations

impl Clone for Subpixel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Subpixel
[src]

Formats the value using the given formatter. Read more

impl Copy for Subpixel
[src]

impl PartialEq<Subpixel> for Subpixel
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Subpixel

impl Sync for Subpixel