pub struct TimeSyscall { /* private fields */ }Expand description
Syscall handler for providing time information since boot to CKB-VM. While this is not exactly the time for the outside world, it can be used to build benchmarks within CKB-VM.
Implementations§
Source§impl TimeSyscall
impl TimeSyscall
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeSyscall
impl RefUnwindSafe for TimeSyscall
impl Send for TimeSyscall
impl Sync for TimeSyscall
impl Unpin for TimeSyscall
impl UnwindSafe for TimeSyscall
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