pub struct SystemContext<'a> {
pub universe: &'a Universe,
/* private fields */
}
Fields§
§universe: &'a Universe
Implementations§
Trait Implementations§
Source§impl Clone for SystemContext<'_>
impl Clone for SystemContext<'_>
impl Copy for SystemContext<'_>
Auto Trait Implementations§
impl<'a> Freeze for SystemContext<'a>
impl<'a> !RefUnwindSafe for SystemContext<'a>
impl<'a> Send for SystemContext<'a>
impl<'a> Sync for SystemContext<'a>
impl<'a> Unpin for SystemContext<'a>
impl<'a> !UnwindSafe for SystemContext<'a>
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