#[repr(C)]pub struct PJ_LIST {
pub id: *const c_char,
pub proj: Option<unsafe extern "C" fn(arg1: *mut PJ) -> *mut PJ>,
pub descr: *const *const c_char,
}Fields
id: *const c_charproj: Option<unsafe extern "C" fn(arg1: *mut PJ) -> *mut PJ>descr: *const *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PJ_LIST
impl UnwindSafe for PJ_LIST
Blanket Implementations
Mutably borrows from an owned value. Read more
