Struct libevdev_sys::linux_input::ff_envelope [] [src]

#[repr(C)]
pub struct ff_envelope { pub attack_length: __u16, pub attack_level: __u16, pub fade_length: __u16, pub fade_level: __u16, }

Fields

Trait Implementations

impl Copy for ff_envelope
[src]

impl Clone for ff_envelope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ff_envelope
[src]

Formats the value using the given formatter.

impl Default for ff_envelope
[src]

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