Struct aseprite::Metadata [] [src]

pub struct Metadata {
    pub app: String,
    pub version: String,
    pub format: String,
    pub size: Dimensions,
    pub scale: String,
    pub frame_tags: Option<Vec<Frametag>>,
    pub layers: Option<Vec<Layer>>,
}

Fields

Trait Implementations

impl Debug for Metadata
[src]

Formats the value using the given formatter.

impl PartialEq for Metadata
[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 Metadata
[src]

impl Clone for Metadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more