pub struct BrownCoal;Trait Implementations§
Source§impl Burning for BrownCoal
impl Burning for BrownCoal
fn get_burning_avg_c(&self) -> f32
fn get_burning_avg_k(&self) -> f32
Source§impl Density for BrownCoal
impl Density for BrownCoal
fn get_density_avg_gcm3(&self) -> f32
fn get_density_avg_kgm3(&self) -> f32
Source§impl HeatValue for BrownCoal
impl HeatValue for BrownCoal
fn get_heat_value_avg_kkal(&self) -> f32
fn get_heat_value_avg_mj(&self) -> f32
Source§impl Ignition for BrownCoal
impl Ignition for BrownCoal
fn get_ignition_avg_c(&self) -> f32
fn get_ignition_avg_k(&self) -> f32
Source§impl Sedimentary for BrownCoal
impl Sedimentary for BrownCoal
fn get_subgroup(&self) -> SubgroupSedimentary
Auto Trait Implementations§
impl Freeze for BrownCoal
impl RefUnwindSafe for BrownCoal
impl Send for BrownCoal
impl Sync for BrownCoal
impl Unpin for BrownCoal
impl UnwindSafe for BrownCoal
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