pub enum SubpixelMode {
None,
Rgb,
Bgr,
VerticalRgb,
VerticalBgr,
}Expand description
Subpixel rendering mode.
Variants§
None
No subpixel rendering (grayscale AA).
Rgb
RGB subpixel order (most common LCD).
Bgr
BGR subpixel order.
VerticalRgb
Vertical RGB (rotated display).
VerticalBgr
Vertical BGR.
Trait Implementations§
Source§impl Clone for SubpixelMode
impl Clone for SubpixelMode
Source§fn clone(&self) -> SubpixelMode
fn clone(&self) -> SubpixelMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubpixelMode
impl Debug for SubpixelMode
Source§impl Default for SubpixelMode
impl Default for SubpixelMode
Source§fn default() -> SubpixelMode
fn default() -> SubpixelMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for SubpixelMode
impl PartialEq for SubpixelMode
impl Copy for SubpixelMode
impl Eq for SubpixelMode
impl StructuralPartialEq for SubpixelMode
Auto Trait Implementations§
impl Freeze for SubpixelMode
impl RefUnwindSafe for SubpixelMode
impl Send for SubpixelMode
impl Sync for SubpixelMode
impl Unpin for SubpixelMode
impl UnwindSafe for SubpixelMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)