Struct bgfx_sys::Struct_bgfx_stats [] [src]

pub struct Struct_bgfx_stats {
    pub cpuTime: uint64_t,
    pub cpuTimerFreq: uint64_t,
    pub gpuTime: uint64_t,
    pub gpuTimerFreq: uint64_t,
}

Fields

cpuTime
cpuTimerFreq
gpuTime
gpuTimerFreq

Trait Implementations

impl Clone for Struct_bgfx_stats

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for Struct_bgfx_stats

fn default() -> Self

Derived Implementations

impl Copy for Struct_bgfx_stats