#[repr(C)]pub struct ___tracy_gpu_zone_begin_callstack_data {
pub srcloc: u64,
pub depth: c_int,
pub queryId: u16,
pub context: u8,
}Available on crate feature
enable only.Fields§
§srcloc: u64§depth: c_int§queryId: u16§context: u8Trait Implementations§
source§impl Clone for ___tracy_gpu_zone_begin_callstack_data
impl Clone for ___tracy_gpu_zone_begin_callstack_data
source§fn clone(&self) -> ___tracy_gpu_zone_begin_callstack_data
fn clone(&self) -> ___tracy_gpu_zone_begin_callstack_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