Struct neko::dynamic::library::state::persona::Persona
[−]
[src]
#[repr(C)]pub struct Persona { /* fields omitted */ }
Methods
impl Persona[src]
fn get_sheet(&self) -> &Sheet
fn get_position(&self) -> &Position
fn get_emotion(&self) -> &[[Tuple; 50]; 16]
fn set_sheet(&mut self, sheet: Sheet)
fn set_position(&mut self, position: Position)
fn set_emotion(&mut self, emotion: [[Tuple; 50]; 16])
Trait Implementations
impl Copy for Persona[src]
impl PartialEq for Persona[src]
fn eq(&self, other: &Persona) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for Persona[src]
fn clone(&self) -> Self
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