Struct oxygengine_core::ecs::WorldRef
source · [−]pub struct WorldRef;
Trait Implementations
sourceimpl AccessType for WorldRef
impl AccessType for WorldRef
Auto Trait Implementations
impl RefUnwindSafe for WorldRef
impl Send for WorldRef
impl Sync for WorldRef
impl Unpin for WorldRef
impl UnwindSafe for WorldRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more