Struct ilda::animation::Point [] [src]

pub struct Point {
    pub x: i16,
    pub y: i16,
    pub r: u8,
    pub g: u8,
    pub b: u8,
}

A single coordinate point for the laser to draw.

Fields

X coordinate.

Y coordinate.

Red.

Green.

Blue.

Trait Implementations

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Point
[src]

Formats the value using the given formatter.

impl Default for Point
[src]

Returns the "default value" for a type. Read more