pub struct VoltageEntry {
pub unknown: u32,
pub voltage: Microvolts,
}Fields§
§unknown: u32§voltage: MicrovoltsTrait Implementations§
Source§impl Clone for VoltageEntry
impl Clone for VoltageEntry
Source§fn clone(&self) -> VoltageEntry
fn clone(&self) -> VoltageEntry
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 VoltageEntry
impl Debug for VoltageEntry
Source§impl<'de> Deserialize<'de> for VoltageEntry
impl<'de> Deserialize<'de> for VoltageEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for VoltageEntry
impl Hash for VoltageEntry
Source§impl Ord for VoltageEntry
impl Ord for VoltageEntry
Source§fn cmp(&self, other: &VoltageEntry) -> Ordering
fn cmp(&self, other: &VoltageEntry) -> 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 VoltageEntry
impl PartialEq for VoltageEntry
Source§impl PartialOrd for VoltageEntry
impl PartialOrd for VoltageEntry
Source§impl Serialize for VoltageEntry
impl Serialize for VoltageEntry
impl Copy for VoltageEntry
impl Eq for VoltageEntry
impl StructuralPartialEq for VoltageEntry
Auto Trait Implementations§
impl Freeze for VoltageEntry
impl RefUnwindSafe for VoltageEntry
impl Send for VoltageEntry
impl Sync for VoltageEntry
impl Unpin for VoltageEntry
impl UnwindSafe for VoltageEntry
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