#[repr(C)]pub struct mrb_insn_data {
pub insn: u8,
pub a: u32,
pub b: u16,
pub c: u16,
pub addr: *const mrb_code,
}
Fields§
§insn: u8
§a: u32
§b: u16
§c: u16
§addr: *const mrb_code
Trait Implementations§
Source§impl Clone for mrb_insn_data
impl Clone for mrb_insn_data
Source§fn clone(&self) -> mrb_insn_data
fn clone(&self) -> mrb_insn_data
Returns a copy 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 moreSource§impl Debug for mrb_insn_data
impl Debug for mrb_insn_data
impl Copy for mrb_insn_data
Auto Trait Implementations§
impl Freeze for mrb_insn_data
impl RefUnwindSafe for mrb_insn_data
impl !Send for mrb_insn_data
impl !Sync for mrb_insn_data
impl Unpin for mrb_insn_data
impl UnwindSafe for mrb_insn_data
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