pub enum SubpixelLayout {
Unknown,
None,
HorizontalRgb,
HorizontalBgr,
VerticalRgb,
VerticalBgr,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for SubpixelLayout
impl Clone for SubpixelLayout
Source§fn clone(&self) -> SubpixelLayout
fn clone(&self) -> SubpixelLayout
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SubpixelLayout
impl Debug for SubpixelLayout
Source§impl Display for SubpixelLayout
impl Display for SubpixelLayout
Source§impl<'a> FromValue<'a> for SubpixelLayout
impl<'a> FromValue<'a> for SubpixelLayout
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for SubpixelLayout
impl<'a> FromValueOptional<'a> for SubpixelLayout
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for SubpixelLayout
impl Hash for SubpixelLayout
Source§impl Ord for SubpixelLayout
impl Ord for SubpixelLayout
Source§fn cmp(&self, other: &SubpixelLayout) -> Ordering
fn cmp(&self, other: &SubpixelLayout) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SubpixelLayout
impl PartialEq for SubpixelLayout
Source§impl PartialOrd for SubpixelLayout
impl PartialOrd for SubpixelLayout
Source§impl StaticType for SubpixelLayout
impl StaticType for SubpixelLayout
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for SubpixelLayout
impl Eq for SubpixelLayout
impl StructuralPartialEq for SubpixelLayout
Auto Trait Implementations§
impl Freeze for SubpixelLayout
impl RefUnwindSafe for SubpixelLayout
impl Send for SubpixelLayout
impl Sync for SubpixelLayout
impl Unpin for SubpixelLayout
impl UnwindSafe for SubpixelLayout
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.