pub struct NodesCtx<'a> {
pub graph_id: Id,
/* private fields */
}Expand description
A context to assist with the instantiation of node widgets.
Fields§
§graph_id: IdAuto Trait Implementations§
impl<'a> Freeze for NodesCtx<'a>
impl<'a> RefUnwindSafe for NodesCtx<'a>
impl<'a> Send for NodesCtx<'a>
impl<'a> Sync for NodesCtx<'a>
impl<'a> Unpin for NodesCtx<'a>
impl<'a> !UnwindSafe for NodesCtx<'a>
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