pub struct EnergyMeterTemperature(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for EnergyMeterTemperature
impl Clone for EnergyMeterTemperature
Source§fn clone(&self) -> EnergyMeterTemperature
fn clone(&self) -> EnergyMeterTemperature
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 EnergyMeterTemperature
impl Debug for EnergyMeterTemperature
Source§impl Default for EnergyMeterTemperature
impl Default for EnergyMeterTemperature
Source§impl From<EnergyMeterTemperature> for u64
impl From<EnergyMeterTemperature> for u64
Source§fn from(v: EnergyMeterTemperature) -> Self
fn from(v: EnergyMeterTemperature) -> Self
Converts to this type from the input type.
Source§impl From<u64> for EnergyMeterTemperature
impl From<u64> for EnergyMeterTemperature
Source§impl ToCanFrame for EnergyMeterTemperature
impl ToCanFrame for EnergyMeterTemperature
impl Copy for EnergyMeterTemperature
Auto Trait Implementations§
impl Freeze for EnergyMeterTemperature
impl RefUnwindSafe for EnergyMeterTemperature
impl Send for EnergyMeterTemperature
impl Sync for EnergyMeterTemperature
impl Unpin for EnergyMeterTemperature
impl UnwindSafe for EnergyMeterTemperature
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