Struct hexodsp::build::ConstructorNode
source · [−]pub struct ConstructorNode {
pub node_id: NodeId,
pub ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Trait Implementations
sourceimpl Clone for ConstructorNode
impl Clone for ConstructorNode
sourcefn clone(&self) -> ConstructorNode
fn clone(&self) -> ConstructorNode
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 moresourceimpl Debug for ConstructorNode
impl Debug for ConstructorNode
sourceimpl Display for ConstructorNode
impl Display for ConstructorNode
sourceimpl PartialEq<ConstructorNode> for ConstructorNode
impl PartialEq<ConstructorNode> for ConstructorNode
Auto Trait Implementations
impl !RefUnwindSafe for ConstructorNode
impl !Send for ConstructorNode
impl !Sync for ConstructorNode
impl Unpin for ConstructorNode
impl !UnwindSafe for ConstructorNode
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