pub struct CntBundleSample {
pub n_cnt: usize,
pub mean_modulus_tpa: f64,
pub std_modulus_tpa: f64,
pub mean_diameter_nm: f64,
}Expand description
Result of Monte-Carlo sampling of nanotube orientation effects.
Fields§
§n_cnt: usizeNumber of CNTs sampled.
mean_modulus_tpa: f64Mean axial Young’s modulus (TPa).
std_modulus_tpa: f64Standard deviation of modulus (TPa).
mean_diameter_nm: f64Mean diameter (nm).
Trait Implementations§
Source§impl Clone for CntBundleSample
impl Clone for CntBundleSample
Source§fn clone(&self) -> CntBundleSample
fn clone(&self) -> CntBundleSample
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 moreAuto Trait Implementations§
impl Freeze for CntBundleSample
impl RefUnwindSafe for CntBundleSample
impl Send for CntBundleSample
impl Sync for CntBundleSample
impl Unpin for CntBundleSample
impl UnsafeUnpin for CntBundleSample
impl UnwindSafe for CntBundleSample
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