#[repr(C)]pub struct ___tracy_gpu_new_context_data {
pub gpuTime: i64,
pub period: f32,
pub context: u8,
pub flags: u8,
pub type_: u8,
}
Fields
gpuTime: i64
period: f32
context: u8
flags: u8
type_: u8
Trait Implementations
sourceimpl Clone for ___tracy_gpu_new_context_data
impl Clone for ___tracy_gpu_new_context_data
sourcefn clone(&self) -> ___tracy_gpu_new_context_data
fn clone(&self) -> ___tracy_gpu_new_context_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_new_context_data
impl Debug for ___tracy_gpu_new_context_data
impl Copy for ___tracy_gpu_new_context_data
Auto Trait Implementations
impl RefUnwindSafe for ___tracy_gpu_new_context_data
impl Send for ___tracy_gpu_new_context_data
impl Sync for ___tracy_gpu_new_context_data
impl Unpin for ___tracy_gpu_new_context_data
impl UnwindSafe for ___tracy_gpu_new_context_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