Struct ilda::data::IndexedPoint3d [] [src]

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

3D Coordinates with Indexed Color (format 0)

Fields

Methods

impl IndexedPoint3d
[src]

Read multiple IndexedPoint3d from raw bytes.

Trait Implementations

impl Clone for IndexedPoint3d
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexedPoint3d
[src]

Formats the value using the given formatter.