Struct tracy_client_sys::___tracy_gpu_time_data
source · #[repr(C)]pub struct ___tracy_gpu_time_data {
pub gpuTime: i64,
pub queryId: u16,
pub context: u8,
}Available on crate feature
enable only.Fields§
§gpuTime: i64§queryId: u16§context: u8Trait Implementations§
source§impl Clone for ___tracy_gpu_time_data
impl Clone for ___tracy_gpu_time_data
source§fn clone(&self) -> ___tracy_gpu_time_data
fn clone(&self) -> ___tracy_gpu_time_data
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