Enum myo::LockingPolicy [] [src]

#[repr(C)]
pub enum LockingPolicy { None, Standard, }

Locking policies

Variants

Pose events are always send

Post events are not sent while a Myo is locked.

Trait Implementations

impl Debug for LockingPolicy
[src]

Formats the value using the given formatter.

impl Clone for LockingPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LockingPolicy
[src]

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