pub struct SdbThread {
pub state: Weak<RefCell<ThreadState>>,
pub frames: Rc<RefCell<Stack>>,
}Fields§
§state: Weak<RefCell<ThreadState>>§frames: Rc<RefCell<Stack>>Implementations§
Auto Trait Implementations§
impl Freeze for SdbThread
impl !RefUnwindSafe for SdbThread
impl !Send for SdbThread
impl !Sync for SdbThread
impl Unpin for SdbThread
impl !UnwindSafe for SdbThread
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