pub struct ComputeThermalPowerContext {
pub thermal: String,
pub power: String,
}Expand description
Thermal and power context captured beside benchmark samples.
Fields§
§thermal: StringThermal context label.
power: StringPower context label.
Trait Implementations§
Source§impl Clone for ComputeThermalPowerContext
impl Clone for ComputeThermalPowerContext
Source§fn clone(&self) -> ComputeThermalPowerContext
fn clone(&self) -> ComputeThermalPowerContext
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 moreSource§impl Debug for ComputeThermalPowerContext
impl Debug for ComputeThermalPowerContext
impl Eq for ComputeThermalPowerContext
impl StructuralPartialEq for ComputeThermalPowerContext
Auto Trait Implementations§
impl Freeze for ComputeThermalPowerContext
impl RefUnwindSafe for ComputeThermalPowerContext
impl Send for ComputeThermalPowerContext
impl Sync for ComputeThermalPowerContext
impl Unpin for ComputeThermalPowerContext
impl UnsafeUnpin for ComputeThermalPowerContext
impl UnwindSafe for ComputeThermalPowerContext
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