Struct neko::graphic::Tuple
[−]
#[repr(C)]pub struct Tuple { pub part: Part, pub emotion: Emotion, }
Fields
part: Part
emotion: Emotion
Trait Implementations
impl Copy for Tuple
impl Debug for Tuple
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Eq for Tuple
impl PartialEq<Tuple> for Tuple
fn eq(&self, __arg_0: &Tuple) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Tuple) -> bool
This method tests for !=
.
impl Default for Tuple
impl Clone for Tuple
fn clone(&self) -> Tuple
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Hash for Tuple
fn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher,
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more