Struct libretro_sys::SystemTiming[][src]

#[repr(C)]
pub struct SystemTiming { pub fps: f64, pub sample_rate: f64, }

Fields

Trait Implementations

impl Clone for SystemTiming
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SystemTiming
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations