Struct omn_sprites::FrameTag [] [src]

pub struct FrameTag {
    pub name: String,
    pub from: usize,
    pub to: usize,
    pub direction: String,
}

Fields

Trait Implementations

impl Debug for FrameTag
[src]

Formats the value using the given formatter.

impl PartialEq for FrameTag
[src]

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

This method tests for !=.