Struct oxygengine_core::prefab::PrefabSystemCache
source · [−]pub struct PrefabSystemCache { /* private fields */ }
Trait Implementations
sourceimpl Default for PrefabSystemCache
impl Default for PrefabSystemCache
sourcefn 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
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