pub struct ThermalConductivity { /* private fields */ }Implementations§
Source§impl ThermalConductivity
impl ThermalConductivity
pub fn new( watts_per_meter_kelvin: f64, ) -> Result<ThermalConductivity, ConductivityError>
pub fn watts_per_meter_kelvin(&self) -> f64
Trait Implementations§
Source§impl Clone for ThermalConductivity
impl Clone for ThermalConductivity
Source§fn clone(&self) -> ThermalConductivity
fn clone(&self) -> ThermalConductivity
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 moreSource§impl Debug for ThermalConductivity
impl Debug for ThermalConductivity
Source§impl PartialEq for ThermalConductivity
impl PartialEq for ThermalConductivity
Source§fn eq(&self, other: &ThermalConductivity) -> bool
fn eq(&self, other: &ThermalConductivity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ThermalConductivity
impl StructuralPartialEq for ThermalConductivity
Auto Trait Implementations§
impl Freeze for ThermalConductivity
impl RefUnwindSafe for ThermalConductivity
impl Send for ThermalConductivity
impl Sync for ThermalConductivity
impl Unpin for ThermalConductivity
impl UnsafeUnpin for ThermalConductivity
impl UnwindSafe for ThermalConductivity
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