pub struct System<D> { /* private fields */ }Expand description
Represents the entire emulator context.
Implementations§
Auto Trait Implementations§
impl<D> Freeze for System<D>
impl<D> !RefUnwindSafe for System<D>
impl<D> !Send for System<D>
impl<D> !Sync for System<D>
impl<D> Unpin for System<D>
impl<D> UnsafeUnpin for System<D>
impl<D> !UnwindSafe for System<D>
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