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