Struct oxygengine_core::ecs::hierarchy::Parent [−][src]
pub struct Parent(pub Entity);
Tuple Fields
0: Entity
Trait Implementations
fn from_proxy_with_extras(
proxy: ParentPrefabProxy,
named_entities: &HashMap<String, Entity>,
_: StateToken
) -> Result<Self, PrefabError>
Auto Trait Implementations
impl RefUnwindSafe for Parent
impl UnwindSafe for Parent
Blanket Implementations
Mutably borrows from an owned value. Read more