enum Stage {
One(RefCell<Talc<ClaimOnOom>>),
Two(Box<VmHeap>, Mutex<Talc<ClaimOnOom>>),
}
Expand description
Stage of KernelHeap.
Variants§
Auto Trait Implementations§
impl !Freeze for Stage
impl !RefUnwindSafe for Stage
impl Send for Stage
impl !Sync for Stage
impl Unpin for Stage
impl !UnwindSafe for Stage
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