Struct ioctl::ff_rumble_effect
[−]
[src]
pub struct ff_rumble_effect { pub strong_magnitude: u16, pub weak_magnitude: u16, }
Fields
strong_magnitude | |
weak_magnitude |
pub struct ff_rumble_effect { pub strong_magnitude: u16, pub weak_magnitude: u16, }
strong_magnitude | |
weak_magnitude |
impl Default for ff_rumble_effect
fn default() -> Self
impl Debug for ff_rumble_effect
impl Clone for ff_rumble_effect
fn clone(&self) -> ff_rumble_effect
fn clone_from(&mut self, source: &Self)
impl Copy for ff_rumble_effect
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)