pub struct ChantlerRecord {}Expand description
Chantler tables for one element.
Fields§
§element: StringElement symbol this row belongs to.
sigma_mu: f64Chantler sigma_mu normalization constant.
mue_f2: f64Chantler mu_e/f2 conversion constant.
density: f64Density in g/cm³ at standard conditions.
corr_henke: f64Henke-scale correction term.
corr_cl35: f64Cromer-Liberman 3.5 keV correction term.
corr_nucl: f64Nuclear Thomson correction term.
energy: Vec<f64>Tabulated energies in eV.
f1: Vec<f64>Anomalous scattering factor f’ (Z already subtracted).
f2: Vec<f64>Anomalous scattering factor f“.
mu_photo: Vec<f64>Photoelectric mass attenuation in cm²/g.
mu_incoh: Vec<f64>Incoherent mass attenuation in cm²/g.
mu_total: Vec<f64>Total mass attenuation in cm²/g.
Trait Implementations§
Source§impl Debug for ChantlerRecord
impl Debug for ChantlerRecord
Source§impl<'de> Deserialize<'de> for ChantlerRecord
impl<'de> Deserialize<'de> for ChantlerRecord
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
Auto Trait Implementations§
impl Freeze for ChantlerRecord
impl RefUnwindSafe for ChantlerRecord
impl Send for ChantlerRecord
impl Sync for ChantlerRecord
impl Unpin for ChantlerRecord
impl UnsafeUnpin for ChantlerRecord
impl UnwindSafe for ChantlerRecord
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