Struct neko::prelude::Tuple []

#[repr(C)]
pub struct Tuple { pub part: Part, pub emotion: Emotion, }

Fields

Trait Implementations

impl Copy for Tuple

impl Debug for Tuple

Formats the value using the given formatter.

impl Eq for Tuple

impl PartialEq<Tuple> for Tuple

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

This method tests for !=.

impl Default for Tuple

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

impl Clone for Tuple

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Tuple

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl From<(Part, Emotion)> for Tuple

The constructor from returns a tuple of Part and Emotion according to the argumentation.