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