#[repr(C)]pub struct FrameTimeCallback {
pub callback: FrameTimeCallbackFn,
pub reference: Usec,
}Fields§
§callback: FrameTimeCallbackFn§reference: UsecTrait Implementations§
source§impl Clone for FrameTimeCallback
impl Clone for FrameTimeCallback
source§fn clone(&self) -> FrameTimeCallback
fn clone(&self) -> FrameTimeCallback
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