Fields
param_id: ParamId
at_idx: usize
value: SAtom
Trait Implementations
sourceimpl Clone for NodeInputAtom
impl Clone for NodeInputAtom
sourcefn clone(&self) -> NodeInputAtom
fn clone(&self) -> NodeInputAtom
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for NodeInputAtom
impl Send for NodeInputAtom
impl Sync for NodeInputAtom
impl Unpin for NodeInputAtom
impl UnwindSafe for NodeInputAtom
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more