pub(crate) struct Variables {
sta_va: [Param; 26],
dyn_va: [Param; 26],
}
🔬This is a nightly-only experimental API. (
test
)Expand description
Container for static and dynamic variable arrays
Fields§
§sta_va: [Param; 26]
🔬This is a nightly-only experimental API. (
test
)Static variables A-Z
dyn_va: [Param; 26]
🔬This is a nightly-only experimental API. (
test
)Dynamic variables a-z
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Variables
impl Send for Variables
impl Sync for Variables
impl Unpin for Variables
impl UnwindSafe for Variables
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