Struct oxygengine_core::ecs::BuiltEntityClone
source · [−]pub struct BuiltEntityClone(_);Expand description
A collection of components that implement Clone
Built from, and convertible back into, EntityBuilderClone. DynamicBundle is implemented
for references to this type, allowing it to be e.g. spawned repeatedly.
Trait Implementations
sourceimpl Clone for BuiltEntityClone
impl Clone for BuiltEntityClone
sourcefn clone(&self) -> BuiltEntityClone
fn clone(&self) -> BuiltEntityClone
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl From<BuiltEntityClone> for EntityBuilderClone
impl From<BuiltEntityClone> for EntityBuilderClone
sourcefn from(x: BuiltEntityClone) -> EntityBuilderClone
fn from(x: BuiltEntityClone) -> EntityBuilderClone
Converts to this type from the input type.
sourceimpl From<EntityBuilderClone> for BuiltEntityClone
impl From<EntityBuilderClone> for BuiltEntityClone
sourcefn from(x: EntityBuilderClone) -> BuiltEntityClone
fn from(x: EntityBuilderClone) -> BuiltEntityClone
Converts to this type from the input type.
impl DynamicBundle for &BuiltEntityClone
impl DynamicBundleClone for &BuiltEntityClone
Auto Trait Implementations
impl RefUnwindSafe for BuiltEntityClone
impl Send for BuiltEntityClone
impl Sync for BuiltEntityClone
impl Unpin for BuiltEntityClone
impl UnwindSafe for BuiltEntityClone
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more