Enum wayland_server::protocol::wl_output::Subpixel
[−]
[src]
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
UnknownNoneHorizontalRgbHorizontalBgrVerticalRgbVerticalBgrMethods
impl Subpixel[src]
Trait Implementations
impl Copy for Subpixel[src]
impl Clone for Subpixel[src]
fn clone(&self) -> Subpixel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more