Struct neko::dynamic::library::state::persona::Persona [] [src]

#[repr(C)]
pub struct Persona { /* fields omitted */ }

Methods

impl Persona
[src]

Trait Implementations

impl Copy for Persona
[src]

impl PartialEq for Persona
[src]

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

This method tests for !=.

impl Clone for Persona
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Persona
[src]

Formats the value using the given formatter. Read more

impl Debug for Persona
[src]

Formats the value using the given formatter.

impl Default for Persona
[src]

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