pub struct Basalt;Trait Implementations§
Source§impl Density for Basalt
impl Density for Basalt
fn get_density_avg_gcm3(&self) -> f32
fn get_density_avg_kgm3(&self) -> f32
Source§impl Igneous for Basalt
impl Igneous for Basalt
fn get_subgroup(&self) -> SubgroupIgneous
Auto Trait Implementations§
impl Freeze for Basalt
impl RefUnwindSafe for Basalt
impl Send for Basalt
impl Sync for Basalt
impl Unpin for Basalt
impl UnwindSafe for Basalt
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