Struct libc::ff_rumble_effect
source · #[repr(C)]pub struct ff_rumble_effect {
pub strong_magnitude: __u16,
pub weak_magnitude: __u16,
}
Fields§
§strong_magnitude: __u16
§weak_magnitude: __u16
Trait Implementations§
source§impl Clone for ff_rumble_effect
impl Clone for ff_rumble_effect
source§fn clone(&self) -> ff_rumble_effect
fn clone(&self) -> ff_rumble_effect
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ff_rumble_effect
impl Debug for ff_rumble_effect
source§impl Hash for ff_rumble_effect
impl Hash for ff_rumble_effect
source§impl PartialEq<ff_rumble_effect> for ff_rumble_effect
impl PartialEq<ff_rumble_effect> for ff_rumble_effect
source§fn eq(&self, other: &ff_rumble_effect) -> bool
fn eq(&self, other: &ff_rumble_effect) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.