Struct editeur::sprite::texel::Texel [] [src]

pub struct Texel { /* fields omitted */ }

Methods

impl Texel
[src]

The accessor method get_part returns the Texel Part.

The accessor method get_glyph returns the Texel Glyph.

Trait Implementations

impl Copy for Texel
[src]

impl Clone for Texel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Texel
[src]

Formats the value using the given formatter.

impl Default for Texel
[src]

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

impl PartialEq for Texel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Texel
[src]

Formats the value using the given formatter.