Struct apollo_hyper_libretro_sys::SystemTiming
source · #[repr(C)]pub struct SystemTiming {
pub fps: f64,
pub sample_rate: f64,
}Fields§
§fps: f64§sample_rate: f64Trait Implementations§
source§impl Clone for SystemTiming
impl Clone for SystemTiming
source§fn clone(&self) -> SystemTiming
fn clone(&self) -> SystemTiming
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