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

pub struct ff_envelope {
    pub attack_length: __u16,
    pub attack_level: __u16,
    pub fade_length: __u16,
    pub fade_level: __u16,
}

Fields

attack_length: __u16 attack_level: __u16 fade_length: __u16 fade_level: __u16

Trait Implementations

impl Clone for ff_envelope
[src]

fn clone(&self) -> ff_envelope

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_envelope
[src]

impl Debug for ff_envelope
[src]

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

Formats the value using the given formatter.

impl Default for ff_envelope
[src]

fn default() -> Self

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