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