Enum editeur::position::Posture [] [src]

#[repr(u8)]
pub enum Posture { None, Talk, NotTalk, Bust, Lying, Seiza, }

Variants

Methods

impl Posture
[src]

Trait Implementations

impl Clone for Posture
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Posture
[src]

impl Eq for Posture
[src]

impl PartialEq for Posture
[src]

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

This method tests for !=.

impl Hash for Posture
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for Posture
[src]

Formats the value using the given formatter.

impl Display for Posture
[src]

Formats the value using the given formatter.

impl Default for Posture
[src]

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