pub struct SubPixel(/* private fields */);
Implementations§
Source§impl SubPixel
impl SubPixel
pub const UNKNOWN: Self
pub const HORIZONTAL_RGB: Self
pub const HORIZONTAL_BGR: Self
pub const VERTICAL_RGB: Self
pub const VERTICAL_BGR: Self
pub const NONE: Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SubPixel
impl<'de> Deserialize<'de> for SubPixel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for SubPixel
impl Ord for SubPixel
Source§impl PartialOrd for SubPixel
impl PartialOrd for SubPixel
impl Copy for SubPixel
impl Eq for SubPixel
impl StructuralPartialEq for SubPixel
Auto Trait Implementations§
impl Freeze for SubPixel
impl RefUnwindSafe for SubPixel
impl Send for SubPixel
impl Sync for SubPixel
impl Unpin for SubPixel
impl UnwindSafe for SubPixel
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