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