pub struct RawInput {
pub rx: MessageReceiver,
pub source: NodeID,
pub layout: InputID,
}
Expand description
Not typed Input to receive data from the dataflow
Fields§
§rx: MessageReceiver
The receiver part of the MPSC channel
source: NodeID
The source node layout, useful for debugging
layout: InputID
The layout of the input, useful for debugging
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawInput
impl RefUnwindSafe for RawInput
impl Send for RawInput
impl Sync for RawInput
impl Unpin for RawInput
impl UnwindSafe for RawInput
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