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