Struct embedded_graphics::drawable::Pixel[][src]

pub struct Pixel<C: PixelColor>(pub UnsignedCoord, pub C);

A single pixel

Trait Implementations

impl<C: Copy + PixelColor> Copy for Pixel<C>
[src]

impl<C: Clone + PixelColor> Clone for Pixel<C>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<C: Debug + PixelColor> Debug for Pixel<C>
[src]

Formats the value using the given formatter. Read more

impl<C: PartialEq + PixelColor> PartialEq for Pixel<C>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<C: Eq + PixelColor> Eq for Pixel<C>
[src]

Auto Trait Implementations

impl<C> Send for Pixel<C> where
    C: Send

impl<C> Sync for Pixel<C> where
    C: Sync