pub struct VmOpcodeProfile {
pub opcode: u8,
pub name: &'static str,
pub count: u64,
}Fields§
§opcode: u8§name: &'static str§count: u64Trait Implementations§
Source§impl Clone for VmOpcodeProfile
impl Clone for VmOpcodeProfile
Source§fn clone(&self) -> VmOpcodeProfile
fn clone(&self) -> VmOpcodeProfile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VmOpcodeProfile
impl RefUnwindSafe for VmOpcodeProfile
impl Send for VmOpcodeProfile
impl Sync for VmOpcodeProfile
impl Unpin for VmOpcodeProfile
impl UnsafeUnpin for VmOpcodeProfile
impl UnwindSafe for VmOpcodeProfile
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