#[repr(C)]pub struct ___tracy_gpu_zone_begin_data {
pub srcloc: u64,
pub queryId: u16,
pub context: u8,
}
Fields
srcloc: u64
queryId: u16
context: u8
Trait Implementations
sourceimpl Clone for ___tracy_gpu_zone_begin_data
impl Clone for ___tracy_gpu_zone_begin_data
sourcefn clone(&self) -> ___tracy_gpu_zone_begin_data
fn clone(&self) -> ___tracy_gpu_zone_begin_data
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ___tracy_gpu_zone_begin_data
impl Debug for ___tracy_gpu_zone_begin_data
impl Copy for ___tracy_gpu_zone_begin_data
Auto Trait Implementations
impl RefUnwindSafe for ___tracy_gpu_zone_begin_data
impl Send for ___tracy_gpu_zone_begin_data
impl Sync for ___tracy_gpu_zone_begin_data
impl Unpin for ___tracy_gpu_zone_begin_data
impl UnwindSafe for ___tracy_gpu_zone_begin_data
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more