Struct ssd1322::display::PixelCoord[][src]

pub struct PixelCoord(pub i16, pub i16);

A pixel coordinate pair of column and row. column must be in the range [0, consts::PIXEL_COL_MAX], and row must be in the range [0, consts::PIXEL_ROW_MAX].

Trait Implementations

impl Clone for PixelCoord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PixelCoord
[src]

impl Debug for PixelCoord
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PixelCoord

impl Sync for PixelCoord