pub struct TypeBContributor {
pub name: &'static str,
pub u_b: f32,
pub source: &'static str,
}Expand description
A single Type B systematic uncertainty contributor.
Fields§
§name: &'static strHuman-readable name of the contributor.
u_b: f32Standard uncertainty in residual norm units.
source: &'static strSource description (manufacturer spec, calibration certificate, etc.).
Trait Implementations§
Source§impl Clone for TypeBContributor
impl Clone for TypeBContributor
Source§fn clone(&self) -> TypeBContributor
fn clone(&self) -> TypeBContributor
Returns a duplicate of the value. Read more
1.0.0 · 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 TypeBContributor
impl Debug for TypeBContributor
impl Copy for TypeBContributor
Auto Trait Implementations§
impl Freeze for TypeBContributor
impl RefUnwindSafe for TypeBContributor
impl Send for TypeBContributor
impl Sync for TypeBContributor
impl Unpin for TypeBContributor
impl UnsafeUnpin for TypeBContributor
impl UnwindSafe for TypeBContributor
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