Struct rust_libretro_sys::retro_system_timing
source · Fields§
§fps: f64
FPS of video content.
sample_rate: f64
Sampling rate of audio.
Trait Implementations§
source§impl Clone for retro_system_timing
impl Clone for retro_system_timing
source§fn clone(&self) -> retro_system_timing
fn clone(&self) -> retro_system_timing
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