Enum gdk_sys::GdkSubpixelLayout
[−]
[src]
#[repr(C)]pub enum GdkSubpixelLayout { Unknown, None, HorizontalRgb, HorizontalBgr, VerticalRgb, VerticalBgr, }
Variants
UnknownNoneHorizontalRgbHorizontalBgrVerticalRgbVerticalBgrTrait Implementations
impl Clone for GdkSubpixelLayout[src]
fn clone(&self) -> GdkSubpixelLayout
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