pub struct OutEdge {
pub node: NodeId,
pub port: Port,
}Expand description
A downstream edge: who to push to, and on which of their input ports.
Fields§
§node: NodeId§port: PortTrait Implementations§
Auto Trait Implementations§
impl Freeze for OutEdge
impl RefUnwindSafe for OutEdge
impl Send for OutEdge
impl Sync for OutEdge
impl Unpin for OutEdge
impl UnsafeUnpin for OutEdge
impl UnwindSafe for OutEdge
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