|
|
|
@ -330,6 +330,7 @@ macro_rules! impl_vmstate_transparent { |
|
|
|
|
|
|
|
impl_vmstate_transparent!(std::cell::Cell<T> where T: VMState); |
|
|
|
impl_vmstate_transparent!(std::cell::UnsafeCell<T> where T: VMState); |
|
|
|
impl_vmstate_transparent!(std::pin::Pin<T> where T: VMState); |
|
|
|
impl_vmstate_transparent!(crate::cell::BqlCell<T> where T: VMState); |
|
|
|
impl_vmstate_transparent!(crate::cell::BqlRefCell<T> where T: VMState); |
|
|
|
|
|
|
|
|