Struct libc_interface::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 PartialEq for ff_trigger
[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 ff_trigger
[src]

Auto Trait Implementations

impl Send for ff_trigger

impl Sync for ff_trigger