pub struct NodeGraph<'a> {
pub conn_layout: ConnectionsLayout,
/* private fields */
}Fields§
§conn_layout: ConnectionsLayoutImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for NodeGraph<'a>
impl<'a> Send for NodeGraph<'a>
impl<'a> Sync for NodeGraph<'a>
impl<'a> Unpin for NodeGraph<'a>
impl<'a> UnwindSafe for NodeGraph<'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