pub struct Dentin {
pub modulus: f64,
pub hardness: f64,
pub k_ic: f64,
pub density: f64,
pub mineral_fraction: f64,
pub collagen_fraction: f64,
}Expand description
Dentin mechanical properties.
Fields§
§modulus: f64Young’s modulus (Pa), typically 15-25 GPa.
hardness: f64Hardness (GPa).
k_ic: f64Fracture toughness (MPa√m).
density: f64Density (kg/m³).
mineral_fraction: f64Mineral content (volume fraction).
collagen_fraction: f64Collagen content (volume fraction).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dentin
impl RefUnwindSafe for Dentin
impl Send for Dentin
impl Sync for Dentin
impl Unpin for Dentin
impl UnsafeUnpin for Dentin
impl UnwindSafe for Dentin
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