Struct ilda::animation::Frame [] [src]

pub struct Frame { /* fields omitted */ }

A single frame of animation, comprised of many points.

Methods

impl Frame
[src]

Get a reference to the points in the frame.

Get the number of points in the frame.

Get a reference to the point at the given offset, if it exists.

Trait Implementations

impl Clone for Frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> IntoIterator for &'a Frame
[src]

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more