#[repr(C)]pub struct magma_total_time_query_result {
pub gpu_time_ns: u64,
pub monotonic_time_ns: u64,
}Fields§
§gpu_time_ns: u64§monotonic_time_ns: u64Trait Implementations§
Source§impl Clone for magma_total_time_query_result
impl Clone for magma_total_time_query_result
Source§fn clone(&self) -> magma_total_time_query_result
fn clone(&self) -> magma_total_time_query_result
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for magma_total_time_query_result
Auto Trait Implementations§
impl Freeze for magma_total_time_query_result
impl RefUnwindSafe for magma_total_time_query_result
impl Send for magma_total_time_query_result
impl Sync for magma_total_time_query_result
impl Unpin for magma_total_time_query_result
impl UnsafeUnpin for magma_total_time_query_result
impl UnwindSafe for magma_total_time_query_result
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more