Struct evdev::raw::ff_trigger [] [src]

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

Fields

Trait Implementations

impl Copy for ff_trigger
[src]

impl Clone for ff_trigger
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ff_trigger
[src]

Formats the value using the given formatter.

impl Default for ff_trigger
[src]

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