Struct oxygengine_core::ecs::WorldRef
source · pub struct WorldRef;
Trait Implementations§
source§impl 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§
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