#[repr(C)]pub struct retro_frame_time_callback {
pub callback: retro_frame_time_callback_t,
pub reference: retro_usec_t,
}Fields
callback: retro_frame_time_callback_treference: retro_usec_tRepresents the time of one frame. It is computed as 1000000 / fps, but the implementation will resolve the rounding to ensure that framestepping, etc is exact.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_frame_time_callback
impl Send for retro_frame_time_callback
impl Sync for retro_frame_time_callback
impl Unpin for retro_frame_time_callback
impl UnwindSafe for retro_frame_time_callback
Blanket Implementations
Mutably borrows from an owned value. Read more
