Enum myo::WarmupState [] [src]

#[repr(C)]
pub enum WarmupState { Unknown, Cold, Warm, }

Possible warmup states for Myo.

Variants

Unknown warm up state.

Myo needs to warm up.

Myo is already in a warmed up state.

Trait Implementations

impl Debug for WarmupState
[src]

Formats the value using the given formatter.

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

impl Clone for WarmupState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WarmupState
[src]