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: u64length: u8cycles: u64instructions: [Instruction; 17]thread: [u64; 17]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Trace
impl Send for Trace
impl Sync for Trace
impl Unpin for Trace
impl UnwindSafe for Trace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more