Struct libretro_sys::SensorInterface[][src]

#[repr(C)]
pub struct SensorInterface { pub set_sensor_state: SetSensorStateFn, pub get_sensor_input: SensorGetInputFn, }

Fields

Trait Implementations

impl Clone for SensorInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SensorInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations