Enum myo::WarmupResult [] [src]

#[repr(C)]
pub enum WarmupResult { Unknown, Success, Timeout, }

Possible warmup results for Myo.

Variants

Unknown warm up result.

The warm up period has completed successfully.

The warm up period timed out.

Trait Implementations

impl Debug for WarmupResult
[src]

Formats the value using the given formatter.

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

impl Clone for WarmupResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WarmupResult
[src]