Struct oxygengine_script_flow::ast::Node [−][src]
pub struct Node {
pub id: Reference,
pub node_type: NodeType,
pub next_node: Reference,
pub input_links: Vec<Link>,
pub x: Scalar,
pub y: Scalar,
}
Fields
id: Reference
node_type: NodeType
next_node: Reference
input_links: Vec<Link>
x: Scalar
y: Scalar
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
fn from_prefab_with_extras(
data: Value,
_named_entities: &HashMap<String, Entity, RandomState>,
_state_token: ID<PhantomData<dyn State + Send + Sync + 'static>>
) -> Result<Self, PrefabError>
Auto Trait Implementations
impl RefUnwindSafe for Node
impl UnwindSafe for Node
Blanket Implementations
Mutably borrows from an owned value. Read more