Struct rust_libretro_sys::retro_throttle_state
source · [−]Fields
mode: c_uintThe current throttling mode. Should be one of the values above.
rate: f32How many times per second the frontend aims to call retro_run. Depending on the mode, it can be 0 if there is no known fixed rate. This won’t be accurate if the total processing time of the core and the frontend is longer than what is available for one frame.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_throttle_state
impl Send for retro_throttle_state
impl Sync for retro_throttle_state
impl Unpin for retro_throttle_state
impl UnwindSafe for retro_throttle_state
Blanket Implementations
Mutably borrows from an owned value. Read more
