pub struct NodeInfo {
pub id: NodeReflection,
pub name: &'static str,
pub inputs: &'static [&'static str],
pub outputs: &'static [&'static str],
pub highlighted: bool,
}Expand description
Information about a node in the graph.
Fields§
§id: NodeReflectionThe unique ID of the node.
name: &'static strThe name of the node.
inputs: &'static [&'static str]The input fields of the node.
outputs: &'static [&'static str]The output fields of the node.
highlighted: boolUsed for debugging purposes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeInfo
impl RefUnwindSafe for NodeInfo
impl Send for NodeInfo
impl Sync for NodeInfo
impl Unpin for NodeInfo
impl UnwindSafe for NodeInfo
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)