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