Struct oxygengine::core::prefab::PrefabSystemCache
source · pub struct PrefabSystemCache { /* private fields */ }Trait Implementations§
source§impl Default for PrefabSystemCache
impl Default for PrefabSystemCache
source§fn default() -> PrefabSystemCache
fn default() -> PrefabSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PrefabSystemCache
impl Send for PrefabSystemCache
impl Sync for PrefabSystemCache
impl Unpin for PrefabSystemCache
impl UnwindSafe for PrefabSystemCache
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