Struct ioctl_sys::ff_trigger [] [src]

pub struct ff_trigger {
    pub button: u16,
    pub interval: u16,
}

Fields

button: u16 interval: u16

Trait Implementations

impl Debug for ff_trigger
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for ff_trigger
[src]

fn clone(&self) -> ff_trigger

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for ff_trigger
[src]

impl Default for ff_trigger
[src]

fn default() -> Self

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