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