pub struct FlashScope { /* private fields */ }Expand description
No-op real-time scope off the sim path (time is already real). !Send
(PhantomData<*mut ()>) for auto-trait PARITY with the engine guard: a
consumer compiling against the inert form must not become Send-legal code
that fails to compile under flash.
Trait Implementations§
Auto Trait Implementations§
impl !Send for FlashScope
impl !Sync for FlashScope
impl Freeze for FlashScope
impl RefUnwindSafe for FlashScope
impl Unpin for FlashScope
impl UnsafeUnpin for FlashScope
impl UnwindSafe for FlashScope
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