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