Enum myo::XDirection [] [src]

#[repr(C)]
pub enum XDirection { TowardWrist, TowardElbow, Unknown, }

Possible directions for Myo's +x axis relative to a user's arm.

Variants

Myo's +x axis is pointing toward the user's wrist.

Myo's +x axis is pointing toward the user's elbow.

Unknown +x axis direction.

Trait Implementations

impl Debug for XDirection
[src]

Formats the value using the given formatter.

impl PartialEq for XDirection
[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 XDirection
[src]

impl Clone for XDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XDirection
[src]