Struct rust_libretro_sys::retro_rumble_interface
source · [−]#[repr(C)]pub struct retro_rumble_interface {
pub set_rumble_state: retro_set_rumble_state_t,
}Fields
set_rumble_state: retro_set_rumble_state_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_rumble_interface
impl Send for retro_rumble_interface
impl Sync for retro_rumble_interface
impl Unpin for retro_rumble_interface
impl UnwindSafe for retro_rumble_interface
Blanket Implementations
Mutably borrows from an owned value. Read more
