pub enum MaterialPropertyKind {
Density,
Stress,
Strain,
ElasticModulus,
Hardness,
ThermalConductivity,
ElectricalConductivity,
ThermalExpansion,
}Variants§
Density
Stress
Strain
ElasticModulus
Hardness
ThermalConductivity
ElectricalConductivity
ThermalExpansion
Trait Implementations§
Source§impl Clone for MaterialPropertyKind
impl Clone for MaterialPropertyKind
Source§fn clone(&self) -> MaterialPropertyKind
fn clone(&self) -> MaterialPropertyKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MaterialPropertyKind
impl Debug for MaterialPropertyKind
Source§impl PartialEq for MaterialPropertyKind
impl PartialEq for MaterialPropertyKind
Source§fn eq(&self, other: &MaterialPropertyKind) -> bool
fn eq(&self, other: &MaterialPropertyKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MaterialPropertyKind
impl Eq for MaterialPropertyKind
impl StructuralPartialEq for MaterialPropertyKind
Auto Trait Implementations§
impl Freeze for MaterialPropertyKind
impl RefUnwindSafe for MaterialPropertyKind
impl Send for MaterialPropertyKind
impl Sync for MaterialPropertyKind
impl Unpin for MaterialPropertyKind
impl UnsafeUnpin for MaterialPropertyKind
impl UnwindSafe for MaterialPropertyKind
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