Fields
input: Input<T>
output: Option<Output<T>>
Implementations
sourceimpl<T> DynNodeHandle<T>where
T: Send + Default,
impl<T> DynNodeHandle<T>where
T: Send + Default,
pub fn new() -> Self
pub fn write(&mut self, node: T)
pub fn get_output_buffer(&mut self) -> DynNodeBuffer<T>
Auto Trait Implementations
impl<T> !RefUnwindSafe for DynNodeHandle<T>
impl<T> Send for DynNodeHandle<T>
impl<T> Sync for DynNodeHandle<T>
impl<T> Unpin for DynNodeHandle<T>
impl<T> !UnwindSafe for DynNodeHandle<T>
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