Struct ckb_vm_definitions::asm::Trace
source · #[repr(C)]pub struct Trace {
pub address: u64,
pub length: u8,
pub cycles: u64,
pub instructions: [Instruction; 17],
pub thread: [u64; 17],
}
Fields§
§address: u64
§length: u8
§cycles: u64
§instructions: [Instruction; 17]
§thread: [u64; 17]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trace
impl RefUnwindSafe for Trace
impl Send for Trace
impl Sync for Trace
impl Unpin for Trace
impl UnwindSafe for Trace
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