Struct neko::graphic::Draw []

pub struct Draw { /* fields omitted */ }

Sheet is like the Sheet of the drawned persona.

Methods

impl Draw

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

impl Debug for Draw

Formats the value using the given formatter.

impl Default for Draw

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

impl Clone for Draw

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> IntoIterator for &'a Draw

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