Enum ur20::InputFilter[][src]

pub enum InputFilter {
    us5,
    us11,
    us21,
    us43,
    us83,
    us167,
    us333,
    us667,
    ms1,
    ms3,
    ms5,
    ms11,
    ms22,
    ms43,
    ms91,
    ms167,
    ms333,
}

Filter signals by defining a minimal duration.

Variants

Trait Implementations

impl Debug for InputFilter
[src]

Formats the value using the given formatter. Read more

impl Clone for InputFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for InputFilter

impl Sync for InputFilter