Struct ilda::data::IndexedPoint2d [] [src]

pub struct IndexedPoint2d {
    pub x: i16,
    pub y: i16,
    pub status_code: i8,
    pub color_index: i8,
}

2D Coordinates with Indexed Color (format 1)

Fields

Methods

impl IndexedPoint2d
[src]

Read multiple IndexedPoint2d from raw bytes.

Trait Implementations

impl Clone for IndexedPoint2d
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexedPoint2d
[src]

Formats the value using the given formatter.