Enum ilda::data::IldaEntry [] [src]

pub enum IldaEntry {
    HeaderEntry(Header),
    TcPoint3dEntry(TrueColorPoint3d),
    TcPoint2dEntry(TrueColorPoint2d),
    ColorPaletteEntry(ColorPalette),
    IdxPoint3dEntry(IndexedPoint3d),
    IdxPoint2dEntry(IndexedPoint2d),
}

Variants

Trait Implementations

impl Clone for IldaEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IldaEntry
[src]

Formats the value using the given formatter.