#[repr(C)]pub struct retro_location_callback {
pub start: retro_location_start_t,
pub stop: retro_location_stop_t,
pub get_position: retro_location_get_position_t,
pub set_interval: retro_location_set_interval_t,
pub initialized: retro_location_lifetime_status_t,
pub deinitialized: retro_location_lifetime_status_t,
}
Fields§
§start: retro_location_start_t
§stop: retro_location_stop_t
§get_position: retro_location_get_position_t
§set_interval: retro_location_set_interval_t
§initialized: retro_location_lifetime_status_t
§deinitialized: retro_location_lifetime_status_t
Trait Implementations§
source§impl Clone for retro_location_callback
impl Clone for retro_location_callback
source§fn clone(&self) -> retro_location_callback
fn clone(&self) -> retro_location_callback
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