pub struct Microvolts(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for Microvolts
impl Clone for Microvolts
Source§fn clone(&self) -> Microvolts
fn clone(&self) -> Microvolts
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 Microvolts
impl Debug for Microvolts
Source§impl Default for Microvolts
impl Default for Microvolts
Source§fn default() -> Microvolts
fn default() -> Microvolts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Microvolts
impl<'de> Deserialize<'de> for Microvolts
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Microvolts, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Microvolts, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for Microvolts
impl Display for Microvolts
Source§impl Hash for Microvolts
impl Hash for Microvolts
Source§impl Ord for Microvolts
impl Ord for Microvolts
Source§fn cmp(&self, other: &Microvolts) -> Ordering
fn cmp(&self, other: &Microvolts) -> 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 Microvolts
impl PartialEq for Microvolts
Source§impl PartialOrd for Microvolts
impl PartialOrd for Microvolts
Source§impl Serialize for Microvolts
impl Serialize for Microvolts
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for Microvolts
impl Eq for Microvolts
impl StructuralPartialEq for Microvolts
Auto Trait Implementations§
impl Freeze for Microvolts
impl RefUnwindSafe for Microvolts
impl Send for Microvolts
impl Sync for Microvolts
impl Unpin for Microvolts
impl UnwindSafe for Microvolts
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