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
Unknownunknown geometry
Noneno geometry
HorizontalRgbhorizontal RGB
HorizontalBgrhorizontal BGR
VerticalRgbvertical RGB
VerticalBgrvertical BGR
Methods
impl Subpixel[src]
impl SubpixelTrait Implementations
impl Copy for Subpixel[src]
impl Copy for Subpixelimpl Clone for Subpixel[src]
impl Clone for Subpixelfn clone(&self) -> Subpixel[src]
fn clone(&self) -> SubpixelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Subpixel[src]
impl Debug for Subpixelfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Subpixel[src]
impl PartialEq for Subpixel