Struct spritesheet_generator::spritesheet::Screen[][src]

pub struct Screen {
    pub x: f32,
    pub y: f32,
    pub w: f32,
    pub h: f32,
}

Fields

Trait Implementations

impl Debug for Screen
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Screen

impl Sync for Screen