Skip to main content

XOP

Type Alias XOP 

Source
pub type XOP = custom_op;

Aliased Type§

#[repr(C)]
pub struct XOP { pub xop_flags: u32, pub xop_name: *const i8, pub xop_desc: *const i8, pub xop_class: u32, pub xop_peep: Option<unsafe extern "C" fn(*mut interpreter, *mut op, *mut op)>, }

Fields§

§xop_flags: u32§xop_name: *const i8§xop_desc: *const i8§xop_class: u32§xop_peep: Option<unsafe extern "C" fn(*mut interpreter, *mut op, *mut op)>