pub(crate) struct GcState {
stack: Vec<RawObj>,
pub(in core) to_space: Bump,
}Fields§
§stack: Vec<RawObj>§to_space: BumpImplementations§
Auto Trait Implementations§
impl !Freeze for GcState
impl !RefUnwindSafe for GcState
impl Send for GcState
impl !Sync for GcState
impl Unpin for GcState
impl !UnwindSafe for GcState
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