Skip to main content

LOGOP

Type Alias LOGOP 

Source
pub type LOGOP = logop;

Aliased Type§

#[repr(C)]
pub struct LOGOP { 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_other: *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_other: *mut op