#[repr(C)]pub struct RumbleInterface {
pub set_rumble_state: SetRumbleStateFn,
}Fields§
§set_rumble_state: SetRumbleStateFnTrait Implementations§
source§impl Clone for RumbleInterface
impl Clone for RumbleInterface
source§fn clone(&self) -> RumbleInterface
fn clone(&self) -> RumbleInterface
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