Struct spritesheet_generator::spritesheet::Frame[][src]

pub struct Frame {
    pub x: u32,
    pub y: u32,
    pub w: u32,
    pub h: u32,
    pub screen: Screen,
}

Fields

Trait Implementations

impl Debug for Frame
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Frame

impl Sync for Frame