Skip to main content

COP

Type Alias COP 

Source
pub type COP = cop;

Aliased Type§

#[repr(C)]
pub struct COP {
Show 16 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 cop_line: u32, pub cop_stashoff: isize, pub cop_file: *mut i8, pub cop_hints: u32, pub cop_seq: u32, pub cop_warnings: *mut i8, pub cop_hints_hash: *mut refcounted_he, pub cop_features: u32,
}

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§cop_line: u32§cop_stashoff: isize§cop_file: *mut i8§cop_hints: u32§cop_seq: u32§cop_warnings: *mut i8§cop_hints_hash: *mut refcounted_he§cop_features: u32