pub struct PerformanceImpactMetricsDef {
pub some_memory_stalls_ns: Option<i64>,
pub full_memory_stalls_ns: Option<i64>,
/* private fields */
}
Fields§
§some_memory_stalls_ns: Option<i64>
§full_memory_stalls_ns: Option<i64>
Implementations§
Source§impl PerformanceImpactMetricsDef
impl PerformanceImpactMetricsDef
pub fn serialize<__S>(
__self: &PerformanceImpactMetrics,
__serializer: __S,
) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
Source§impl<'de> PerformanceImpactMetricsDef
impl<'de> PerformanceImpactMetricsDef
pub fn deserialize<__D>(
__deserializer: __D,
) -> Result<PerformanceImpactMetrics, __D::Error>where
__D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for PerformanceImpactMetricsDef
impl RefUnwindSafe for PerformanceImpactMetricsDef
impl Send for PerformanceImpactMetricsDef
impl Sync for PerformanceImpactMetricsDef
impl Unpin for PerformanceImpactMetricsDef
impl UnwindSafe for PerformanceImpactMetricsDef
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