Struct rust_libretro_sys::retro_sensor_interface
source · [−]#[repr(C)]pub struct retro_sensor_interface {
pub set_sensor_state: retro_set_sensor_state_t,
pub get_sensor_input: retro_sensor_get_input_t,
}Fields
set_sensor_state: retro_set_sensor_state_tget_sensor_input: retro_sensor_get_input_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_sensor_interface
impl Send for retro_sensor_interface
impl Sync for retro_sensor_interface
impl Unpin for retro_sensor_interface
impl UnwindSafe for retro_sensor_interface
Blanket Implementations
Mutably borrows from an owned value. Read more
