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