Struct libretro_sys::RumbleInterface[][src]

#[repr(C)]
pub struct RumbleInterface { pub set_rumble_state: SetRumbleStateFn, }

Fields

Trait Implementations

impl Clone for RumbleInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RumbleInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations