pub struct BaseVoltage {
pub voltage_domain: VoltageDomain,
pub editable: bool,
pub voltage: Microvolts,
pub voltage_delta: Delta<MicrovoltsDelta>,
}Fields§
§voltage_domain: VoltageDomain§editable: bool§voltage: Microvolts§voltage_delta: Delta<MicrovoltsDelta>Trait Implementations§
Source§impl Clone for BaseVoltage
impl Clone for BaseVoltage
Source§fn clone(&self) -> BaseVoltage
fn clone(&self) -> BaseVoltage
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 BaseVoltage
impl Debug for BaseVoltage
Source§impl Hash for BaseVoltage
impl Hash for BaseVoltage
Source§impl Ord for BaseVoltage
impl Ord for BaseVoltage
Source§fn cmp(&self, other: &BaseVoltage) -> Ordering
fn cmp(&self, other: &BaseVoltage) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BaseVoltage
impl PartialEq for BaseVoltage
Source§impl PartialOrd for BaseVoltage
impl PartialOrd for BaseVoltage
impl Copy for BaseVoltage
impl Eq for BaseVoltage
impl StructuralPartialEq for BaseVoltage
Auto Trait Implementations§
impl Freeze for BaseVoltage
impl RefUnwindSafe for BaseVoltage
impl Send for BaseVoltage
impl Sync for BaseVoltage
impl Unpin for BaseVoltage
impl UnwindSafe for BaseVoltage
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