pub struct DebugSyscall {}Expand description
Syscall handler for printing debugging information to host-side STDOUT. It uses a simpler design than using STDOUT in CKB-VM itself.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugSyscall
impl RefUnwindSafe for DebugSyscall
impl Send for DebugSyscall
impl Sync for DebugSyscall
impl Unpin for DebugSyscall
impl UnwindSafe for DebugSyscall
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