Type Alias proj_sys::PJ_OPERATIONS
source · pub type PJ_OPERATIONS = PJ_LIST;
Aliased Type§
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