Enum myo::UnlockType [] [src]

#[repr(C)]
pub enum UnlockType { Timed, Hold, }

Valid unlock types.

Variants

Unlock for a fixed period of time.

Unlock until explicitly told to re-lock.

Trait Implementations

impl Debug for UnlockType
[src]

Formats the value using the given formatter.

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

impl Clone for UnlockType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnlockType
[src]