Struct oxygengine_core::ecs::storage::BTreeStorage [−][src]
pub struct BTreeStorage<T>(_);
Expand description
BTreeMap-based storage.
Trait Implementations
Returns the “default value” for a type. Read more
Clean the storage given a bitset with bits set for valid indices. Allows us to safely drop the storage. Read more
Tries reading the data associated with an Index.
This is unsafe because the external set used
to protect this storage is absent. Read more
Tries mutating the data associated with an Index.
This is unsafe because the external set used
to protect this storage is absent. Read more
Removes the data associated with an Index. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for BTreeStorage<T> where
T: RefUnwindSafe, impl<T> Send for BTreeStorage<T> where
T: Send, impl<T> Sync for BTreeStorage<T> where
T: Sync, impl<T> Unpin for BTreeStorage<T>impl<T> UnwindSafe for BTreeStorage<T> where
T: RefUnwindSafe, Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeIdMutably borrows from an owned value. Read more
Tries to create the default.
Calls try_default and panics on an error case.