Skip to main content

PMOP

Type Alias PMOP 

Source
pub type PMOP = pmop;

Aliased Type§

#[repr(C)]
pub struct PMOP {
Show 15 fields pub op_next: *mut op, pub op_sibparent: *mut op, pub op_ppaddr: Option<unsafe extern "C" fn(*mut interpreter) -> *mut op>, pub op_targ: isize, pub _bitfield_align_1: [u16; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>, pub op_flags: u8, pub op_private: u8, pub op_first: *mut op, pub op_last: *mut op, pub op_pmoffset: isize, pub op_pmflags: u32, pub op_pmreplrootu: pmop__bindgen_ty_1, pub op_pmstashstartu: pmop__bindgen_ty_2, pub op_code_list: *mut op,
}

Fields§

§op_next: *mut op§op_sibparent: *mut op§op_ppaddr: Option<unsafe extern "C" fn(*mut interpreter) -> *mut op>§op_targ: isize§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>§op_flags: u8§op_private: u8§op_first: *mut op§op_last: *mut op§op_pmoffset: isize§op_pmflags: u32§op_pmreplrootu: pmop__bindgen_ty_1§op_pmstashstartu: pmop__bindgen_ty_2§op_code_list: *mut op