pub struct Conductivity(/* private fields */);Expand description
Electrical Conductivity ($\sigma$). Unit: Siemens/m (S/m). Constraint: > 0.
Implementations§
Source§impl Conductivity
impl Conductivity
Trait Implementations§
Source§impl Clone for Conductivity
impl Clone for Conductivity
Source§fn clone(&self) -> Conductivity
fn clone(&self) -> Conductivity
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 Conductivity
impl Debug for Conductivity
Source§impl Default for Conductivity
impl Default for Conductivity
Source§impl PartialEq for Conductivity
impl PartialEq for Conductivity
Source§impl PartialOrd for Conductivity
impl PartialOrd for Conductivity
impl Copy for Conductivity
impl StructuralPartialEq for Conductivity
Auto Trait Implementations§
impl Freeze for Conductivity
impl RefUnwindSafe for Conductivity
impl Send for Conductivity
impl Sync for Conductivity
impl Unpin for Conductivity
impl UnwindSafe for Conductivity
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