pub struct RuleBasedValueCont {
pub rule_based_values: RuleBasedValueSpecification,
pub sw_array_size: Vec<u64>,
pub unit: Option<Unit>,
}
Expand description
specification of the values of a compound primitive data type (curve, map) in a rule-based definition
Fields§
§rule_based_values: RuleBasedValueSpecification
values
sw_array_size: Vec<u64>
dimensions of the array
unit: Option<Unit>
physical unit of the values
Trait Implementations§
Source§impl Clone for RuleBasedValueCont
impl Clone for RuleBasedValueCont
Source§fn clone(&self) -> RuleBasedValueCont
fn clone(&self) -> RuleBasedValueCont
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 RuleBasedValueCont
impl Debug for RuleBasedValueCont
Source§impl PartialEq for RuleBasedValueCont
impl PartialEq for RuleBasedValueCont
impl StructuralPartialEq for RuleBasedValueCont
Auto Trait Implementations§
impl Freeze for RuleBasedValueCont
impl !RefUnwindSafe for RuleBasedValueCont
impl Send for RuleBasedValueCont
impl Sync for RuleBasedValueCont
impl Unpin for RuleBasedValueCont
impl !UnwindSafe for RuleBasedValueCont
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