Struct ilda::data::TrueColorPoint2d [] [src]

pub struct TrueColorPoint2d {
    pub x: i16,
    pub y: i16,
    pub status_code: i8,
    pub b: u8,
    pub g: u8,
    pub r: u8,
}

3D Coordinates with True Color (format 5)

Fields

Methods

impl TrueColorPoint2d
[src]

Read multiple TrueColorPoint2d from raw bytes.

Trait Implementations

impl Clone for TrueColorPoint2d
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TrueColorPoint2d
[src]

Formats the value using the given formatter.