[go: up one dir, main page]

Struct texture_packer::Frame [] [src]

pub struct Frame {
    pub key: String,
    pub frame: Rect,
    pub rotated: bool,
    pub trimmed: bool,
    pub source: Rect,
}

Fields

Trait Implementations

impl Clone for Frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Frame
[src]

Formats the value using the given formatter.