Struct libretro_sys::FrameTimeCallback[][src]

#[repr(C)]
pub struct FrameTimeCallback { pub callback: FrameTimeCallbackFn, pub reference: Usec, }

Fields

Trait Implementations

impl Clone for FrameTimeCallback
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FrameTimeCallback
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations