Struct ioctl_sys::ff_rumble_effect [] [src]

pub struct ff_rumble_effect {
    pub strong_magnitude: u16,
    pub weak_magnitude: u16,
}

Fields

strong_magnitude: u16 weak_magnitude: u16

Trait Implementations

impl Debug for ff_rumble_effect
[src]

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

Formats the value using the given formatter.

impl Clone for ff_rumble_effect
[src]

fn clone(&self) -> ff_rumble_effect

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

impl Default for ff_rumble_effect
[src]

fn default() -> Self

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