Struct aseprite::SpritesheetData [] [src]

pub struct SpritesheetData {
    pub frames: Vec<Frame>,
    pub meta: Metadata,
}

Fields

Trait Implementations

impl Debug for SpritesheetData
[src]

Formats the value using the given formatter.

impl PartialEq for SpritesheetData
[src]

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

This method tests for !=.

impl Eq for SpritesheetData
[src]

impl Clone for SpritesheetData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more