pub struct Resumable {
pub(crate) stack: Stack,
pub(crate) pc: usize,
pub(crate) stp: usize,
pub(crate) current_func_addr: usize,
}
Fields§
§stack: Stack
§pc: usize
§stp: usize
§current_func_addr: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Resumable
impl RefUnwindSafe for Resumable
impl Send for Resumable
impl Sync for Resumable
impl Unpin for Resumable
impl UnwindSafe for Resumable
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