Struct oxygengine::prelude::ecs::ArchetypesGeneration
pub struct ArchetypesGeneration(_);Expand description
Determines freshness of information derived from World::archetypes
Trait Implementations§
§impl Clone for ArchetypesGeneration
impl Clone for ArchetypesGeneration
§fn clone(&self) -> ArchetypesGeneration
fn clone(&self) -> ArchetypesGeneration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ArchetypesGeneration
impl Debug for ArchetypesGeneration
§impl PartialEq<ArchetypesGeneration> for ArchetypesGeneration
impl PartialEq<ArchetypesGeneration> for ArchetypesGeneration
§fn eq(&self, other: &ArchetypesGeneration) -> bool
fn eq(&self, other: &ArchetypesGeneration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ArchetypesGeneration
impl Eq for ArchetypesGeneration
impl StructuralEq for ArchetypesGeneration
impl StructuralPartialEq for ArchetypesGeneration
Auto Trait Implementations§
impl RefUnwindSafe for ArchetypesGeneration
impl Send for ArchetypesGeneration
impl Sync for ArchetypesGeneration
impl Unpin for ArchetypesGeneration
impl UnwindSafe for ArchetypesGeneration
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more