pub struct Conductance(/* private fields */);Expand description
Electrical Conductance ($G$).
Units: Siemens ($S = Ω^{-1}$).
Implementations§
Source§impl Conductance
impl Conductance
Trait Implementations§
Source§impl Clone for Conductance
impl Clone for Conductance
Source§fn clone(&self) -> Conductance
fn clone(&self) -> Conductance
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 Conductance
impl Debug for Conductance
Source§impl Default for Conductance
impl Default for Conductance
Source§fn default() -> Conductance
fn default() -> Conductance
Returns the “default value” for a type. Read more
Source§impl From<Conductance> for f64
impl From<Conductance> for f64
Source§fn from(val: Conductance) -> Self
fn from(val: Conductance) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Conductance
impl PartialEq for Conductance
Source§impl PartialOrd for Conductance
impl PartialOrd for Conductance
impl Copy for Conductance
impl StructuralPartialEq for Conductance
Auto Trait Implementations§
impl Freeze for Conductance
impl RefUnwindSafe for Conductance
impl Send for Conductance
impl Sync for Conductance
impl Unpin for Conductance
impl UnwindSafe for Conductance
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