Struct neko::graphic::Texel []

pub struct Texel { /* fields omitted */ }

Methods

impl Texel

The accessor method get_part returns the Texel Part.

The accessor method get_glyph returns the Texel Glyph.

Trait Implementations

impl Copy for Texel

impl Debug for Texel

Formats the value using the given formatter.

impl PartialEq<Texel> for Texel

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

This method tests for !=.

impl Default for Texel

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

impl Clone for Texel

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Texel

Formats the value using the given formatter. Read more