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 more