Struct input_linux_sys::ff_trigger [] [src]

#[repr(C)]
pub struct ff_trigger { pub button: uint16_t, pub interval: uint16_t, }

Fields

Trait Implementations

impl Copy for ff_trigger
[src]

impl Clone for ff_trigger
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ff_trigger
[src]

[src]

Formats the value using the given formatter.

impl Default for ff_trigger
[src]

[src]

Returns the "default value" for a type. Read more