Enum myo::Arm [] [src]

#[repr(C)]
pub enum Arm { Right, Left, Unknown, }

Enumeration identifying a right arm or left arm. @see libmyo_event_get_arm()

Variants

Myo is on the right arm.

Myo is on the left arm.

Unknown arm.

Trait Implementations

impl Debug for Arm
[src]

Formats the value using the given formatter.

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

impl Clone for Arm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Arm
[src]