pub struct CompuMethodTabNoIntpContent {
pub value_in: f64,
pub value_out: f64,
}
Expand description
A single entry of a value table with no interpretation
Fields§
§value_in: f64
input value
value_out: f64
output value
Trait Implementations§
Source§impl Clone for CompuMethodTabNoIntpContent
impl Clone for CompuMethodTabNoIntpContent
Source§fn clone(&self) -> CompuMethodTabNoIntpContent
fn clone(&self) -> CompuMethodTabNoIntpContent
Returns a copy 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 CompuMethodTabNoIntpContent
impl Debug for CompuMethodTabNoIntpContent
impl StructuralPartialEq for CompuMethodTabNoIntpContent
Auto Trait Implementations§
impl Freeze for CompuMethodTabNoIntpContent
impl RefUnwindSafe for CompuMethodTabNoIntpContent
impl Send for CompuMethodTabNoIntpContent
impl Sync for CompuMethodTabNoIntpContent
impl Unpin for CompuMethodTabNoIntpContent
impl UnwindSafe for CompuMethodTabNoIntpContent
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