pub struct MutatorThread {
pub state: StateManager,
pub rootset: RefCell<Vec<*mut dyn RootedTrait>>,
}
Fields§
§state: StateManager
§rootset: RefCell<Vec<*mut dyn RootedTrait>>
Implementations§
Trait Implementations§
impl Send for MutatorThread
impl Sync for MutatorThread
Auto Trait Implementations§
impl !Freeze for MutatorThread
impl !RefUnwindSafe for MutatorThread
impl Unpin for MutatorThread
impl !UnwindSafe for MutatorThread
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