Struct gilrs::ev::filter::Repeat [] [src]

pub struct Repeat {
    pub after: Duration,
    pub every: Duration,
}

Repeats pressed keys.

Fields

Methods

impl Repeat
[src]

[src]

Creates new Repeat filter with after set to 500ms and every set to 30ms.

Trait Implementations

impl Copy for Repeat
[src]

impl Clone for Repeat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Repeat
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Repeat
[src]

impl Debug for Repeat
[src]

[src]

Formats the value using the given formatter.

impl FilterFn for Repeat
[src]

[src]