Searched refs:impl_vmstate_transparent (Results 1 – 1 of 1) sorted by relevance
328 macro_rules! impl_vmstate_transparent { macro341 impl_vmstate_transparent!(std::cell::Cell<T> where T: VMState);342 impl_vmstate_transparent!(std::cell::UnsafeCell<T> where T: VMState);343 impl_vmstate_transparent!(std::pin::Pin<T> where T: VMState);344 impl_vmstate_transparent!(crate::cell::BqlCell<T> where T: VMState);345 impl_vmstate_transparent!(crate::cell::BqlRefCell<T> where T: VMState);346 impl_vmstate_transparent!(crate::cell::Opaque<T> where T: VMState);