pub struct ParamRef {
pub node_id: String,
pub param_index: u32,
}Expand description
§========================================================================== ParamCompute Configuration
Reference to another node’s parameter
Fields§
§node_id: StringTarget node ID (string identifier)
param_index: u32Parameter index (0-based)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParamRef
impl RefUnwindSafe for ParamRef
impl Send for ParamRef
impl Sync for ParamRef
impl Unpin for ParamRef
impl UnwindSafe for ParamRef
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