Struct polkavm_common::zygote::VmCtxHeapInfo
source · #[repr(C)]pub struct VmCtxHeapInfo {
pub heap_top: UnsafeCell<u64>,
pub heap_threshold: UnsafeCell<u64>,
}
Fields§
§heap_top: UnsafeCell<u64>
§heap_threshold: UnsafeCell<u64>
Auto Trait Implementations§
impl !Freeze for VmCtxHeapInfo
impl !RefUnwindSafe for VmCtxHeapInfo
impl Send for VmCtxHeapInfo
impl !Sync for VmCtxHeapInfo
impl Unpin for VmCtxHeapInfo
impl UnwindSafe for VmCtxHeapInfo
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