Enum xcf::PropertyPayload [] [src]

pub enum PropertyPayload {
    ColorMap {
        colors: usize,
    },
    End,
    Unknown(Vec<u8>),
}

Variants

Fields of ColorMap

Methods

impl PropertyPayload
[src]

[src]

Trait Implementations

impl Debug for PropertyPayload
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PropertyPayload
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.