pub struct ParticlesPerCm3 { /* private fields */ }Expand description
A particle number concentration, in particles per cubic centimetre (#/cm³).
Obtain the physical value with f32::from (or .into()).
Trait Implementations§
Source§impl Clone for ParticlesPerCm3
impl Clone for ParticlesPerCm3
Source§fn clone(&self) -> ParticlesPerCm3
fn clone(&self) -> ParticlesPerCm3
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParticlesPerCm3
Source§impl Debug for ParticlesPerCm3
impl Debug for ParticlesPerCm3
Source§impl<'de> Deserialize<'de> for ParticlesPerCm3
impl<'de> Deserialize<'de> for ParticlesPerCm3
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
impl Eq for ParticlesPerCm3
Source§impl From<ParticlesPerCm3> for f32
Converts to particles per cm³ (the raw register value divided by 10).
impl From<ParticlesPerCm3> for f32
Converts to particles per cm³ (the raw register value divided by 10).
Source§fn from(value: ParticlesPerCm3) -> f32
fn from(value: ParticlesPerCm3) -> f32
Converts to this type from the input type.
Source§impl PartialEq for ParticlesPerCm3
impl PartialEq for ParticlesPerCm3
Source§fn eq(&self, other: &ParticlesPerCm3) -> bool
fn eq(&self, other: &ParticlesPerCm3) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ParticlesPerCm3
impl Serialize for ParticlesPerCm3
impl StructuralPartialEq for ParticlesPerCm3
Auto Trait Implementations§
impl Freeze for ParticlesPerCm3
impl RefUnwindSafe for ParticlesPerCm3
impl Send for ParticlesPerCm3
impl Sync for ParticlesPerCm3
impl Unpin for ParticlesPerCm3
impl UnsafeUnpin for ParticlesPerCm3
impl UnwindSafe for ParticlesPerCm3
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