pub struct ExternalGpuMetrics {
pub measurement_kind: String,
pub measured_gpu: bool,
pub actual_real_external_data: bool,
pub kernel: String,
pub captures: Vec<ExternalGpuCaptureMetrics>,
pub notes: Vec<String>,
}Fields§
§measurement_kind: String§measured_gpu: bool§actual_real_external_data: bool§kernel: String§captures: Vec<ExternalGpuCaptureMetrics>§notes: Vec<String>Trait Implementations§
Source§impl Clone for ExternalGpuMetrics
impl Clone for ExternalGpuMetrics
Source§fn clone(&self) -> ExternalGpuMetrics
fn clone(&self) -> ExternalGpuMetrics
Returns a duplicate 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 Debug for ExternalGpuMetrics
impl Debug for ExternalGpuMetrics
Source§impl<'de> Deserialize<'de> for ExternalGpuMetrics
impl<'de> Deserialize<'de> for ExternalGpuMetrics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExternalGpuMetrics
impl RefUnwindSafe for ExternalGpuMetrics
impl Send for ExternalGpuMetrics
impl Sync for ExternalGpuMetrics
impl Unpin for ExternalGpuMetrics
impl UnsafeUnpin for ExternalGpuMetrics
impl UnwindSafe for ExternalGpuMetrics
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