Struct libevdev_sys::linux_input::ff_effect_union [] [src]

pub struct ff_effect_union {
    pub _bindgen_data_: [u64; 4],
}

Fields

_bindgen_data_: [u64; 4]

Methods

impl ff_effect_union
[src]

unsafe fn constant(&mut self) -> *mut ff_constant_effect

unsafe fn ramp(&mut self) -> *mut ff_ramp_effect

unsafe fn periodic(&mut self) -> *mut ff_periodic_effect

unsafe fn condition(&mut self) -> *mut [ff_condition_effect; 2]

unsafe fn rumble(&mut self) -> *mut ff_rumble_effect

Trait Implementations

impl Clone for ff_effect_union
[src]

fn clone(&self) -> ff_effect_union

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

impl Debug for ff_effect_union
[src]

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

Formats the value using the given formatter.

impl Default for ff_effect_union
[src]

fn default() -> Self

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