pub struct DynNodeHandle<T: Send + Default> { /* private fields */ }Implementations§
Source§impl<T> DynNodeHandle<T>
impl<T> DynNodeHandle<T>
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> Freeze for DynNodeHandle<T>
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§
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