Enum myo::HandlerResult [] [src]

#[repr(C)]
pub enum HandlerResult { Continue, Stop, }

Retrun type for event handlers.

Variants

Continue processing events

Stop processing events

Trait Implementations

impl Debug for HandlerResult
[src]

Formats the value using the given formatter.

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

impl Clone for HandlerResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HandlerResult
[src]