Struct bgfx_sys::bgfx_encoder_stats_s
source · #[repr(C)]pub struct bgfx_encoder_stats_s {
pub cpuTimeBegin: i64,
pub cpuTimeEnd: i64,
}Expand description
Encoder stats.
Fields§
§cpuTimeBegin: i64§cpuTimeEnd: i64Encoder thread CPU submit begin time.
Trait Implementations§
source§impl Clone for bgfx_encoder_stats_s
impl Clone for bgfx_encoder_stats_s
source§fn clone(&self) -> bgfx_encoder_stats_s
fn clone(&self) -> bgfx_encoder_stats_s
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