Struct gdk::FrameTimings
[−]
pub struct FrameTimings(_);
Methods
impl FrameTimings
[src]
fn get_complete(&self) -> bool
fn get_frame_counter(&self) -> i64
fn get_frame_time(&self) -> i64
fn get_predicted_presentation_time(&self) -> i64
fn get_presentation_time(&self) -> i64
fn get_refresh_interval(&self) -> i64
Trait Implementations
impl Clone for FrameTimings
fn clone(&self) -> FrameTimings
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more