Struct image::Frame [−][src]
pub struct Frame { /* fields omitted */ }
Expand description
A single animation frame
Implementations
Contructs a new frame
Returns a mutable image buffer
Returns the image buffer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Frame
impl UnwindSafe for Frame
Blanket Implementations
Mutably borrows from an owned value. Read more