Enum myo::Pose [] [src]

#[repr(C)]
pub enum Pose { rest, fist, wave_in, wave_out, fingers_spread, double_tap, num_poses, unknown, }

Supported poses.

Variants

Rest pose.

User is making a fist.

User has an open palm rotated towards the posterior of their wrist.

User has an open palm rotated towards the anterior of their wrist.

User has an open palm with their fingers spread away from each other.

User tapped their thumb and middle finger together twice in succession.

Number of poses supported; not a valid pose.

Unknown pose.

Trait Implementations

impl Debug for Pose
[src]

Formats the value using the given formatter.

impl Clone for Pose
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pose
[src]

impl PartialEq for Pose
[src]

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

This method tests for !=.

impl Eq for Pose
[src]