Struct editeur::sprite::draw::Draw [] [src]

pub struct Draw { /* fields omitted */ }

Posture is like the Posture of the drawned persona.

Methods

impl Draw
[src]

The accessor method current returns the pointed cell.

The accessor method get_position returns the position of the file sprite cursor.

The mutator method set_position changes the position of the file sprite cursor.

The mutator method add_position increments the position of the file sprite cursor.

The mutator method sub_position decrements the position of the file sprite cursor.

Trait Implementations

impl Copy for Draw
[src]

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

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl Debug for Draw
[src]

Formats the value using the given formatter.

impl Clone for Draw
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Draw
[src]

Returns the "default value" for a type. Read more