[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

key: String frame: Rect rotated: bool trimmed: bool source: Rect

Trait Implementations

impl Clone for Frame
[src]

fn clone(&self) -> Frame

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more