Enum myo::VibrationType [] [src]

#[repr(C)]
pub enum VibrationType { Short, Medium, Long, }

Types of vibration

Variants

Trait Implementations

impl Debug for VibrationType
[src]

Formats the value using the given formatter.

impl Clone for VibrationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VibrationType
[src]

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