pub struct GuestControl { /* private fields */ }Expand description
Keeps debugger checks optional so normal generated blocks do not call back into the runtime.
Auto Trait Implementations§
impl !Send for GuestControl
impl !Sync for GuestControl
impl Freeze for GuestControl
impl RefUnwindSafe for GuestControl
impl Unpin for GuestControl
impl UnsafeUnpin for GuestControl
impl UnwindSafe for GuestControl
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