pub type magma_total_time_query_result_t = magma_total_time_query_result;
Aliased Type§
struct magma_total_time_query_result_t {
pub gpu_time_ns: u64,
pub monotonic_time_ns: u64,
}
Fields§
§gpu_time_ns: u64
§monotonic_time_ns: u64
Trait 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 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 moreSource§impl Default for magma_total_time_query_result
impl Default for magma_total_time_query_result
Source§fn default() -> magma_total_time_query_result
fn default() -> magma_total_time_query_result
Returns the “default value” for a type. Read more
Source§impl FromBytes for magma_total_time_query_resultwhere
u64: FromBytes,
impl FromBytes for magma_total_time_query_resultwhere
u64: FromBytes,
Source§impl FromZeros for magma_total_time_query_resultwhere
u64: FromZeros,
impl FromZeros for magma_total_time_query_resultwhere
u64: FromZeros,
Source§impl IntoBytes for magma_total_time_query_result
impl IntoBytes for magma_total_time_query_result
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more