Type Alias PJ_OPERATIONS

Source
pub type PJ_OPERATIONS = PJ_LIST;

Aliased Type§

#[repr(C)]
pub struct PJ_OPERATIONS { pub id: *const i8, pub proj: Option<unsafe extern "C" fn(*mut PJconsts) -> *mut PJconsts>, pub descr: *const *const i8, }

Fields§

§id: *const i8§proj: Option<unsafe extern "C" fn(*mut PJconsts) -> *mut PJconsts>§descr: *const *const i8